support: add hidden troubleshooting section

This commit is contained in:
Girish Ramakrishnan
2024-07-12 15:35:38 +02:00
parent 10bd2e930f
commit 9adeaed1b9
3 changed files with 75 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
/* global $:false */
/* global APP_TYPES */
/* global onAppClick */
/* global localStorage, document, FileReader */
angular.module('Application').controller('AppsController', ['$scope', '$translate', '$interval', '$location', 'Client', function ($scope, $translate, $interval, $location, Client) {
var ALL_DOMAINS_DOMAIN = { _alldomains: true, domain: 'All Domains' }; // dummy record for the single select filter