summaryrefslogtreecommitdiffstats
path: root/app/overview/controllers/system-overview-controller.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/overview/controllers/system-overview-controller.html')
-rw-r--r--app/overview/controllers/system-overview-controller.html33
1 files changed, 2 insertions, 31 deletions
diff --git a/app/overview/controllers/system-overview-controller.html b/app/overview/controllers/system-overview-controller.html
index c3534da..384ca99 100644
--- a/app/overview/controllers/system-overview-controller.html
+++ b/app/overview/controllers/system-overview-controller.html
@@ -114,10 +114,8 @@
</div>
<div class="row column overview__event-log event-log__events" ng-show="!logs.length">
- <div class="page-header">
- <h3 class="bold h4">High priority events (0)</h3>
- <p>There are no high priority events to display at this time.</p>
- </div>
+ <h3 class="bold h4">High priority events (0)</h3>
+ <p>There are no high priority events to display at this time.</p>
</div>
</div>
<div class="column large-4 no-padding">
@@ -153,30 +151,3 @@
</div>
</section>
</div>
-<!-- edit server name modal -->
-<section class="modal" aria-hidden="true" aria-labelledby="modalTitle" aria-describedby="modalDescription" role="dialog" ng-class="{'active': edit_server_name}">
- <div class="modal__upload" role="document">
- <div class="screen-reader-offscreen modal-description">Edit server name</div><!-- accessibility only; used for screen readers -->
- <div class="page-header ">
- <h1 class="modal-title h4"><span class="icon icon__info"><svg xmlns="http://www.w3.org/2000/svg"
- viewBox="0 0 32 32"><path
- d="M18 14h-6v2h1v6h-2v2h8v-2h-2z"/><circle cx="16" cy="10" r="2"/><path
- d="M16 2C8.269 2 2 8.269 2 16s6.269 14 14 14 14-6.269 14-14S23.731 2 16 2zm0 26C9.383 28 4 22.617 4 16S9.383 4 16 4s12 5.383 12 12-5.383 12-12 12z"/></svg></span>
- Edit server name
- </h1>
- </div>
- <div class="modal__content">
- <p>The server name is displayed in the header and can contain any characters up to a total of 64</p>
- <form>
- <label for="editServerName" class="hide"></label>
- <input id="editServerName" class="modal__edit-server-name" maxlength="64" type="text" ng-model="char_count" ng-trim="false">
- <p class="modal__char-count">{{64 - char_count.length}}/64</p>
- </form>
- </div>
- <div class="modal__button-wrapper">
- <button class="inline btn-secondary" ng-click="edit_server_name= false;">Cancel</button>
- <button class="inline btn-primary" ng-click="">Save</button>
- </div>
- </div>
-</section>
-<div class="modal-overlay" tabindex="-1" ng-class="{'active': edit_server_name}"></div> \ No newline at end of file
OpenPOWER on IntegriCloud