fix task logs
This commit is contained in:
@@ -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;">
|
||||
|
||||
Reference in New Issue
Block a user