Wrap the tooltip

This commit is contained in:
Girish Ramakrishnan
2019-12-20 11:39:25 -08:00
parent adc078a5cb
commit f7cc5be173

View File

@@ -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>