Reneabled tests
diff --git a/views/ngXosViews/sampleView/src/js/main.js b/views/ngXosViews/sampleView/src/js/main.js
index 8a1f73f..3dc24a6 100644
--- a/views/ngXosViews/sampleView/src/js/main.js
+++ b/views/ngXosViews/sampleView/src/js/main.js
@@ -38,6 +38,14 @@
           {
             label: 'Last Name',
             prop: 'lastname'
+          },
+          {
+            label: 'Created',
+            prop: 'created'
+          },
+          {
+            label: 'is_admin',
+            prop: 'is_admin'
           }
         ],
         classes: 'table table-striped table-condensed',