This repository was archived by the owner on Jul 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ module VORLON {
149149 }
150150
151151 var pluginlistelementa = document . createElement ( "a" ) ;
152- pluginlistelementa . innerHTML = " <img src='/images/systems/" + client . icon + "' alt='icon_system'> " + ( client . identity ? client . identity : client . name ) + " - " + client . displayid ;
152+ pluginlistelementa . innerHTML = " <img src='" + DashboardManager . vorlonBaseURL + " /images/systems/"+ client . icon + "' alt='icon_system'> " + ( client . identity ? client . identity : client . name ) + " - " + client . displayid ;
153153 pluginlistelementa . setAttribute ( "href" , vorlonBaseURL + "/dashboard/" + DashboardManager . SessionId + "/" + client . clientid ) ;
154154 pluginlistelement . appendChild ( pluginlistelementa ) ;
155155
@@ -363,7 +363,7 @@ module VORLON {
363363 }
364364
365365 public static goConfig ( ) : void {
366- location . href = '/config' ;
366+ location . href = DashboardManager . vorlonBaseURL + '/config' ;
367367 }
368368
369369 public static ResetDashboard ( reload : boolean = true ) : void {
@@ -435,4 +435,4 @@ module VORLON {
435435 xhr . send ( ) ;
436436 }
437437 }
438- }
438+ }
You can’t perform that action at this time.
0 commit comments