mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Compare commits
3 Commits
57024c0cb1
...
16992bb2bd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
16992bb2bd | ||
|
|
3374f83255 | ||
|
|
8f420a14cd |
0
front/php/templates/language/de_de.json
Normal file → Executable file
0
front/php/templates/language/de_de.json
Normal file → Executable file
0
front/php/templates/language/fr_fr.json
Normal file → Executable file
0
front/php/templates/language/fr_fr.json
Normal file → Executable file
2
front/php/templates/language/uk_ua.json
Normal file → Executable file
2
front/php/templates/language/uk_ua.json
Normal file → Executable file
@@ -301,7 +301,7 @@
|
||||
"Gen_Cancel": "Скасувати",
|
||||
"Gen_Change": "Зміна",
|
||||
"Gen_Copy": "Запустити",
|
||||
"Gen_CopyToClipboard": "",
|
||||
"Gen_CopyToClipboard": "Копіювати в буфер обміну",
|
||||
"Gen_DataUpdatedUITakesTime": "Добре. Оновлення інтерфейсу може зайняти деякий час, якщо сканування виконується.",
|
||||
"Gen_Delete": "Видалити",
|
||||
"Gen_DeleteAll": "Видалити все",
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
// show spinning icon
|
||||
showSpinner()
|
||||
|
||||
var selectedTab = 'tabServer';
|
||||
//var selectedTab = 'tabServer';
|
||||
</script>
|
||||
|
||||
<!-- Page ------------------------------------------------------------------ -->
|
||||
@@ -99,7 +99,6 @@ function loadTabContent(target) {
|
||||
const $tab = $(target);
|
||||
const phpFile = $tab.data('php-file');
|
||||
|
||||
|
||||
if (phpFile && !$tab.data('loaded')) {
|
||||
showSpinner();
|
||||
$tab.load(phpFile, function () {
|
||||
@@ -110,7 +109,7 @@ function loadTabContent(target) {
|
||||
|
||||
function initializeTabs() {
|
||||
const key = "activeSysinfoTab";
|
||||
let selectedTab = "#panServer"; // fallback default
|
||||
let selectedTab = "tabServer"; // fallback default
|
||||
|
||||
const cached = getCache(key);
|
||||
if (!emptyArr.includes(cached)) {
|
||||
|
||||
Reference in New Issue
Block a user