4
0
Эх сурвалжийг харах

fixed formatting on debug area for object

CauseFX 4 жил өмнө
parent
commit
110eb9fb1b
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      js/functions.js

+ 2 - 2
js/functions.js

@@ -199,8 +199,8 @@ function getDebugPreInfo(){
         '<br/>Install Type: ' + ((activeInfo.settings.misc.docker) ? 'Official Docker' : 'Native') +
         '<br/>Auth Type: ' + activeInfo.settings.misc.authType +
         '<br/>Auth Backend: ' + activeInfo.settings.misc.authBackend +
-        '<br/>Installed Plugins: ' + activeInfo.settings.misc.installedPlugins +
-        '<br/>Installed Themes: ' + activeInfo.settings.misc.installedThemes +
+        '<br/>Installed Plugins: ' + formatDebug(activeInfo.settings.misc.installedPlugins) +
+        '<br/>Installed Themes: ' + formatDebug(activeInfo.settings.misc.installedThemes) +
         '<br/>Theme: ' + activeInfo.theme +
         '<br/>Local: ' + activeInfo.settings.user.local +
         '<br/>oAuth: ' + activeInfo.settings.user.oAuthLogin +