Wrap the tooltip
This commit is contained in:
@@ -731,7 +731,7 @@
|
||||
<div class="col-md-12">
|
||||
<label class="control-label">Console Access</label>
|
||||
<p>This will open a console connection to the app. The terminal is sandboxed and only provides access to this app container's filesystem.</p>
|
||||
<a class="btn btn-primary pull-right" ng-href="{{ '/terminal.html?id=' + app.id }}" ng-disabled="app.health !== 'healthy'" tooltip-enable="app.health !== 'healthy'" uib-tooltip="App is not running. If app is constantly restarting, Repair it first." target="_blank">Terminal</a>
|
||||
<a class="btn btn-primary pull-right" ng-href="{{ app.health !== 'healthy' ? '' : '/terminal.html?id=' + app.id }}" ng-disabled="app.health !== 'healthy'" tooltip-class="long" tooltip-enable="app.health !== 'healthy'" uib-tooltip="App is not running. If app is constantly restarting, Repair it first." target="_blank">Terminal</a>
|
||||
<a class="btn btn-primary pull-right" ng-href="{{ '/logs.html?appId=' + app.id }}" target="_blank">Logs</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user