diff --git a/front/core/components/data-viewer/index.html b/front/core/components/data-viewer/index.html
new file mode 100644
index 000000000..1a5a76ef8
--- /dev/null
+++ b/front/core/components/data-viewer/index.html
@@ -0,0 +1,25 @@
+
-
-
-
-
- Enter a new search
-
-
- No results
-
+
\ No newline at end of file
diff --git a/front/core/components/table/index.js b/front/core/components/table/index.js
index d091e8345..352a39b4a 100644
--- a/front/core/components/table/index.js
+++ b/front/core/components/table/index.js
@@ -8,18 +8,6 @@ export default class Table {
this.field = null;
this.order = null;
this.autoLoad = true;
-
- $transclude($scope.$parent, clone => {
- angular.element($element[0].querySelector('.table')).append(clone);
- });
- }
-
- get isRefreshing() {
- return (this.model && this.model.isRefreshing);
- }
-
- get isPaging() {
- return (this.model && this.model.isPaging);
}
setOrder(field, order) {
diff --git a/front/salix/styles/list.scss b/front/salix/styles/list.scss
index c483feca1..3a6d0d6d9 100644
--- a/front/salix/styles/list.scss
+++ b/front/salix/styles/list.scss
@@ -1,7 +1,7 @@
@import "./effects";
.vn-list {
- max-width: 36em;
+ max-width: $width-sm;
margin: 0 auto;
a.vn-list-item {
diff --git a/front/salix/styles/variables.scss b/front/salix/styles/variables.scss
index 6bc311c33..932596ef9 100644
--- a/front/salix/styles/variables.scss
+++ b/front/salix/styles/variables.scss
@@ -6,7 +6,7 @@ $mobile-width: 800px;
// Width
$width-xs: 25em;
-$width-sm: 32em;
+$width-sm: 34em;
$width-md: 50em;
$width-lg: 80em;
$width-xl: 100em;
diff --git a/modules/agency/front/basic-data/index.html b/modules/agency/front/basic-data/index.html
index 8749494e1..8e3067877 100644
--- a/modules/agency/front/basic-data/index.html
+++ b/modules/agency/front/basic-data/index.html
@@ -5,7 +5,10 @@
form="form"
save="patch">
-
diff --git a/modules/agency/front/events/index.html b/modules/agency/front/events/index.html
index 93132501d..b54ee8f0b 100644
--- a/modules/agency/front/events/index.html
+++ b/modules/agency/front/events/index.html
@@ -1,6 +1,10 @@
-
-
-
-
-
- No records found
-
+
-
-
+
+
+
-
- {{::row.day | dateTime:'dd/MM/yyyy'}}
-
-
-
-
-
+
+ {{::row.day | dateTime:'dd/MM/yyyy'}}
+
+
+
+
+
-
-
-
-
-
-
- No records found
-
+
+
+