airshipui/client/src/app/ctl/document/document.component.html
Schiefelbein, Andrew 0917b4e78c Document cleanup & remove authguard token error message
This cleans up the visualization for the document pull &
cleans up some of the errant messages we were seeing in the UI

Change-Id: I5fd4dcee88d95be742940a83678a2f461844cd75
2020-10-23 13:36:21 -05:00

6 lines
253 B
HTML

<h1>Airship Document Operations</h1>
<div class="container">
<div class="documentBorder">
<button type="button" class="btn btn-info" id="DocPullBtn" (click)="documentPull()">Document Pull</button>&nbsp;&nbsp;Response: {{statusMsg}}
</div>
</div>