diff --git a/ui/app/styles/core/section.scss b/ui/app/styles/core/section.scss index 09bafee30..998c816c6 100644 --- a/ui/app/styles/core/section.scss +++ b/ui/app/styles/core/section.scss @@ -5,8 +5,8 @@ &.with-headspace { margin-top: 1.5rem; } -} -.full-width-section { - max-width: 100%; + &.is-full-width { + max-width: 100%; + } } diff --git a/ui/app/templates/allocations/allocation/task/logs.hbs b/ui/app/templates/allocations/allocation/task/logs.hbs index ed478accb..69132b20c 100644 --- a/ui/app/templates/allocations/allocation/task/logs.hbs +++ b/ui/app/templates/allocations/allocation/task/logs.hbs @@ -1,5 +1,5 @@ {{title "Task " model.name " logs"}} -
+
diff --git a/ui/app/templates/clients/client/monitor.hbs b/ui/app/templates/clients/client/monitor.hbs index a2af78631..8f4ac89d1 100644 --- a/ui/app/templates/clients/client/monitor.hbs +++ b/ui/app/templates/clients/client/monitor.hbs @@ -1,6 +1,6 @@ {{title "Client " (or model.name model.shortId)}} -
+
{{#if (can "read agent")}} +
{{#if model.isRunning}} {{#if isFile}} diff --git a/ui/app/templates/servers/server/monitor.hbs b/ui/app/templates/servers/server/monitor.hbs index 66a09bc06..c442bba51 100644 --- a/ui/app/templates/servers/server/monitor.hbs +++ b/ui/app/templates/servers/server/monitor.hbs @@ -1,6 +1,6 @@ {{title "Server " model.name}} -
+
{{#if (can "read agent")}}