Adding in an outline of a front-end for retrieving messages from the backend api.
This commit is contained in:
parent
df4e58f3e4
commit
1dbd27934f
3 changed files with 23 additions and 0 deletions
5
static/directives/quay-message-bar.html
Normal file
5
static/directives/quay-message-bar.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<div class="announcement inline" ng-show="messages.length">
|
||||
<div ng-repeat="message in messages">
|
||||
<a ng-href="" class="quay-service-status-description">{{ message.content }}</a>
|
||||
</div>
|
||||
</div>
|
Reference in a new issue