Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
avoid hard coding of /hawtio/plugin
  • Loading branch information
jstrachan committed Dec 16, 2013
1 parent 975f560 commit 4b7f933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-web/src/main/webapp/app/core/js/corePlugin.ts
Expand Up @@ -49,7 +49,7 @@ if (!jolokiaUrl) {
}

// bootstrap plugin loader
hawtioPluginLoader.addUrl("/hawtio/plugin");
hawtioPluginLoader.addUrl(url("/plugin"));

if (jolokiaUrl) {
// TODO replace with a jolokia call so we use authentication headers
Expand Down

0 comments on commit 4b7f933

Please sign in to comment.