public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Commit
Restrict row toggle for remaing tables
d1153b47
data/web/js/site/mailbox.js | 12 ++++++++----
data/web/js/site/user.js | 3 ++-
2 files changed, 10 insertions(+), 5 deletions(-)
Diff
diff --git a/data/web/js/site/mailbox.js b/data/web/js/site/mailbox.js
index 588c5570..8864d651 100644
--- a/data/web/js/site/mailbox.js
+++ b/data/web/js/site/mailbox.js
@@ -419,7 +419,8 @@ jQuery(function($){
"after.ft.filtering": function(e, ft){
table_mailbox_ready(ft, 'mailbox_table');
}
- }
+ },
+ "toggleSelector": "table tbody span.footable-toggle"
});
}
function draw_resource_table() {
@@ -854,7 +855,8 @@ jQuery(function($){
"after.ft.filtering": function(e, ft){
table_mailbox_ready(ft, 'alias_table');
}
- }
+ },
+ "toggleSelector": "table tbody span.footable-toggle"
});
}
@@ -995,7 +997,8 @@ jQuery(function($){
"after.ft.filtering": function(e, ft){
table_mailbox_ready(ft, 'sync_job_table');
}
- }
+ },
+ "toggleSelector": "table tbody span.footable-toggle"
});
}
@@ -1064,7 +1067,8 @@ jQuery(function($){
"after.ft.filtering": function(e, ft){
table_mailbox_ready(ft, 'filter_table');
}
- }
+ },
+ "toggleSelector": "table tbody span.footable-toggle"
});
};
diff --git a/data/web/js/site/user.js b/data/web/js/site/user.js
index bb458daa..12340d1f 100644
--- a/data/web/js/site/user.js
+++ b/data/web/js/site/user.js
@@ -151,7 +151,8 @@ jQuery(function($){
"state": {"enabled": true},
"sorting": {
"enabled": true
- }
+ },
+ "toggleSelector": "table tbody span.footable-toggle"
});
}
function draw_wl_policy_mailbox_table() {