NIFIREG-99 - Add refresh button to an items change log in the explorer grid-list

This closes #80.

Signed-off-by: Bryan Bende <bbende@apache.org>
This commit is contained in:
Scott Aslan 2018-01-08 15:52:57 -05:00 коммит произвёл Bryan Bende
Родитель d387a321ae
Коммит b008137d8e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: A0DDA9ED50711C39
1 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -57,7 +57,7 @@ limitations under the License.
</ng-template>
<div id="nifi-registry-explorer-grid-list-viewer-droplet-container-details" class="mat-padding">
<div fxLayout="column" fxLayoutAlign="space-between stretch">
<div class="pad-bottom-sm" fxLayout="row" fxLayoutAlign="end center">
<div fxLayout="row" fxLayoutAlign="end center">
<button color="fds-primary" [matMenuTriggerFor]="primaryButtonDropdownMenu" mat-raised-button>
Actions<i class="fa fa-caret-down" aria-hidden="true"></i>
</button>
@ -71,11 +71,14 @@ limitations under the License.
</mat-menu>
</div>
<div fxLayout="row">
<div fxFlex="25" class="pad-left-sm">
<div fxFlex="25" class="pad-left-sm pad-top-sm">
<span class="uppercase">Description</span>
</div>
<div fxFlex="75">
<span class="uppercase">Change Log</span>
<button (click)="nfRegistryService.getDropletSnapshotMetadata(droplet)" matTooltip="Refresh" mat-icon-button>
<i class="fa fa-refresh info" aria-hidden="true"></i>
</button>
</div>
</div>
<div fxLayout="row" class="pad-left-sm">