diff --git a/app/components/file/details/file-details.html b/app/components/file/details/file-details.html index 2f4329c72b..c0975a0264 100644 --- a/app/components/file/details/file-details.html +++ b/app/components/file/details/file-details.html @@ -1,20 +1,16 @@
- -
+
+ -
-
- {{filename}} - {{contentSize}} -
- - -

Url: {{url}}

-
- - - + + +
+
+ {{filename}} + {{url}} + {{contentSize}} +
diff --git a/app/components/node/browse/display/node-list-display.html b/app/components/node/browse/display/node-list-display.html index 2ce6280331..394da53139 100644 --- a/app/components/node/browse/display/node-list-display.html +++ b/app/components/node/browse/display/node-list-display.html @@ -11,7 +11,7 @@

{{node.id}}

- >Id + Id State Scheduling State VmSize diff --git a/app/styles/file/log.scss b/app/styles/file/log.scss index 34cce56b9c..964a3c954b 100644 --- a/app/styles/file/log.scss +++ b/app/styles/file/log.scss @@ -17,6 +17,7 @@ background-color: $file-content-bg; counter-reset: line-numbering; margin-top: 0; + margin-bottom: 4px; > bl-simple-loading { padding-left: 10px;