fix task logs

This commit is contained in:
Girish Ramakrishnan
2018-12-08 21:45:49 -08:00
parent a8d0e25866
commit 6fb7555f01
5 changed files with 73 additions and 42 deletions

View File

@@ -403,7 +403,7 @@
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary pull-left" ng-click="appConfigure.show(appError.app)" autofocus>Repair</button>
<a type="button" class="btn btn-default pull-left" ng-href="{{ '/logs.html?id=' + appError.app.id }}" target="_blank">Logs</a>
<a type="button" class="btn btn-default pull-left" ng-href="{{ '/logs.html?appId=' + appError.app.id }}" target="_blank">Logs</a>
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
@@ -574,7 +574,7 @@
</div>
<div style="text-align: center;">
<a ng-href="{{ '/logs.html?id=' + app.id }}" target="_blank" uib-tooltip="Logs" tooltip-placement="right" tooltip-class="app-tooltip"><i class="fa fa-file-alt scale"></i></a>
<a ng-href="{{ '/logs.html?appId=' + app.id }}" target="_blank" uib-tooltip="Logs" tooltip-placement="right" tooltip-class="app-tooltip"><i class="fa fa-file-alt scale"></i></a>
</div>
<div style="text-align: center;">