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 toggle for tbl with specific breakpoints
c48ae234
data/web/js/site/mailbox.js | 21 ++++++++++++++-------
data/web/js/site/user.js | 3 ++-
2 files changed, 16 insertions(+), 8 deletions(-)
Diff
diff --git a/data/web/js/site/mailbox.js b/data/web/js/site/mailbox.js
index 8864d651..50b5956d 100644
--- a/data/web/js/site/mailbox.js
+++ b/data/web/js/site/mailbox.js
@@ -300,7 +300,8 @@ jQuery(function($){
"after.ft.filtering": function(e, ft){
table_mailbox_ready(ft, 'domain_table');
}
- }
+ },
+ "toggleSelector": "table tbody span.footable-toggle"
});
}
function draw_mailbox_table() {
@@ -492,7 +493,8 @@ jQuery(function($){
"after.ft.filtering": function(e, ft){
table_mailbox_ready(ft, 'resource_table');
}
- }
+ },
+ "toggleSelector": "table tbody span.footable-toggle"
});
}
function draw_bcc_table() {
@@ -560,7 +562,8 @@ jQuery(function($){
"after.ft.filtering": function(e, ft){
table_mailbox_ready(ft, 'bcc_table');
}
- }
+ },
+ "toggleSelector": "table tbody span.footable-toggle"
});
}
function draw_recipient_map_table() {
@@ -623,7 +626,8 @@ jQuery(function($){
"after.ft.filtering": function(e, ft){
table_mailbox_ready(ft, 'recipient_map_table');
}
- }
+ },
+ "toggleSelector": "table tbody span.footable-toggle"
});
}
function draw_tls_policy_table() {
@@ -692,7 +696,8 @@ jQuery(function($){
"after.ft.filtering": function(e, ft){
table_mailbox_ready(ft, 'tls_policy_table');
}
- }
+ },
+ "toggleSelector": "table tbody span.footable-toggle"
});
}
function draw_transport_maps_table() {
@@ -759,7 +764,8 @@ jQuery(function($){
"after.ft.filtering": function(e, ft){
table_mailbox_ready(ft, 'transport_maps_table');
}
- }
+ },
+ "toggleSelector": "table tbody span.footable-toggle"
});
}
function draw_alias_table() {
@@ -916,7 +922,8 @@ jQuery(function($){
"after.ft.filtering": function(e, ft){
table_mailbox_ready(ft, 'aliasdomain_table');
}
- }
+ },
+ "toggleSelector": "table tbody span.footable-toggle"
});
}
diff --git a/data/web/js/site/user.js b/data/web/js/site/user.js
index 12340d1f..a976dd85 100644
--- a/data/web/js/site/user.js
+++ b/data/web/js/site/user.js
@@ -84,7 +84,8 @@ jQuery(function($){
"state": {"enabled": true},
"sorting": {
"enabled": true
- }
+ },
+ "toggleSelector": "table tbody span.footable-toggle"
});
}
function draw_sync_job_table() {