summaryrefslogtreecommitdiffstats
path: root/modules-available/permissionmanager/templates
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/permissionmanager/templates')
-rw-r--r--modules-available/permissionmanager/templates/locationstable.html2
-rw-r--r--modules-available/permissionmanager/templates/rolestable.html2
-rw-r--r--modules-available/permissionmanager/templates/userstable.html6
3 files changed, 5 insertions, 5 deletions
diff --git a/modules-available/permissionmanager/templates/locationstable.html b/modules-available/permissionmanager/templates/locationstable.html
index ea3a92e8..79b0a076 100644
--- a/modules-available/permissionmanager/templates/locationstable.html
+++ b/modules-available/permissionmanager/templates/locationstable.html
@@ -12,7 +12,7 @@
<div class="row">
<div class="col-md-12">
- <table id="locationsTable" class="table table-condensed table-hover dataTable">
+ <table id="locationsTable" class="table table-condensed table-hover stupidtable dataTable">
<thead>
<tr>
<th data-sort="string">{{lang_Locations}}</th>
diff --git a/modules-available/permissionmanager/templates/rolestable.html b/modules-available/permissionmanager/templates/rolestable.html
index a455d346..a3e31e15 100644
--- a/modules-available/permissionmanager/templates/rolestable.html
+++ b/modules-available/permissionmanager/templates/rolestable.html
@@ -12,7 +12,7 @@
<div class="row">
<div class="col-md-12">
- <table id="rolesTable" class="table table-condensed table-hover">
+ <table id="rolesTable" class="table table-condensed table-hover stupidtable">
<thead>
<tr>
<th data-sort="string">{{lang_Roles}}</th>
diff --git a/modules-available/permissionmanager/templates/userstable.html b/modules-available/permissionmanager/templates/userstable.html
index a740c5e8..e794608c 100644
--- a/modules-available/permissionmanager/templates/userstable.html
+++ b/modules-available/permissionmanager/templates/userstable.html
@@ -18,7 +18,7 @@
<div class="row">
<div class="col-md-12">
- <table id="usersTable" class="table table-condensed table-hover dataTable">
+ <table id="usersTable" class="table table-condensed table-hover stupidtable dataTable">
<thead>
<tr>
<th data-sort="string">{{lang_Users}}</th>
@@ -60,7 +60,7 @@
<div class="modal-body">
<div class="row">
<div class="col-md-12 scrollingTable">
- <table id="addRoleToUserTable" class="table table-condensed table-hover">
+ <table id="addRoleToUserTable" class="table table-condensed table-hover stupidtable">
<thead>
<tr>
<th data-sort="string">{{lang_Roles}}</th>
@@ -103,7 +103,7 @@
<div class="modal-body">
<div class="row">
<div class="col-md-12 scrollingTable">
- <table id="removeRoleFromUserTable" class="table table-condensed table-hover">
+ <table id="removeRoleFromUserTable" class="table table-condensed table-hover stupidtable">
<thead>
<tr>
<th data-sort="string">{{lang_Roles}}</th>