WebFileServer

Details

diff --git a/FileServer/.vs/FileServer/v15/.suo b/FileServer/.vs/FileServer/v15/.suo
index d13f2c9..0e5e590 100644
Binary files a/FileServer/.vs/FileServer/v15/.suo and b/FileServer/.vs/FileServer/v15/.suo differ
diff --git a/FileServer/Web/Views/App/Index.cshtml b/FileServer/Web/Views/App/Index.cshtml
index 4cd13ec..c5cf174 100644
--- a/FileServer/Web/Views/App/Index.cshtml
+++ b/FileServer/Web/Views/App/Index.cshtml
@@ -26,6 +26,9 @@
     <link rel="stylesheet"
           href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css" />
 
+    <!-- Tabulator -->
+    <link href="https://unpkg.com/tabulator-tables@4.3.0/dist/css/tabulator.min.css" rel="stylesheet">
+
     @Scripts.RenderFormat("<script src='{0}' defer></script>",
       "/Scripts/app_bundle.js?" + DateTime.Now)