Add Buffer model
This commit is contained in:
parent
ebecc5faae
commit
553f40e220
3 changed files with 27 additions and 14 deletions
|
@ -48,7 +48,7 @@
|
|||
|
||||
<div ng-show="connected">
|
||||
<span class="label" ng-class="{'label-success': content.notification }" ng-repeat="(key, content) in buffers">
|
||||
<a ng-click="setActiveBuffer(key)">{{ content.full_name }}</a>
|
||||
<a ng-click="setActiveBuffer(key)">{{ content.fullName }}</a>
|
||||
</span>
|
||||
<div ng-repeat="bufferline in activeBuffer.lines">
|
||||
<span class="timestamp color-dark-gray">{{ bufferline.date | date: 'H:mm:ss'}}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue