Add logs button and set default action in repair dialog

This commit is contained in:
Johannes Zellner
2018-11-20 11:39:32 +01:00
parent deed95e9a9
commit 1e5007ec8b

View File

@@ -396,8 +396,9 @@
<p>{{ appError.app.message | prettyAppMessage }}</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default pull-left" ng-click="appConfigure.show(appError.app)" autofocus>Repair</button>
<button type="button" class="btn btn-default" data-dismiss="modal">OK</button>
<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>
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>