diff --git a/modules/systems/client/less/systems.less b/modules/systems/client/less/systems.less
index e8a092a5..34c6de3b 100644
--- a/modules/systems/client/less/systems.less
+++ b/modules/systems/client/less/systems.less
@@ -32,6 +32,16 @@
border-bottom: solid 1px #ddd;
padding: 10px 15px;
background-color: #fafbfc;
+ &.show-border-bottom {
+ border-bottom: solid 1px #ddd;
+ border-bottom-right-radius: 0;
+ border-bottom-left-radius: 0;
+ }
+ &.hide-border-bottom {
+ border-bottom: none;
+ border-bottom-right-radius: 4px;
+ border-bottom-left-radius: 4px;
+ }
}
.panel-body {
padding: 0;
diff --git a/modules/systems/client/views/assets.client.view.html b/modules/systems/client/views/assets.client.view.html
index 14c2ebb0..aae40d3f 100644
--- a/modules/systems/client/views/assets.client.view.html
+++ b/modules/systems/client/views/assets.client.view.html
@@ -3,7 +3,7 @@
- {{vm.loadedFilename}}
-
+
-
+
-
+
-
+