Просмотр исходного кода

fixed formatting on debug area for object

CauseFX 4 лет назад
Родитель
Сommit
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 +