Make it clear that support ssh button should be enabled only if we ask the user to do so

This commit is contained in:
Johannes Zellner
2018-02-20 11:27:12 -08:00
parent caf57e37dc
commit 4f1bbfd9e3

View File

@@ -66,7 +66,7 @@
Enable this option to allow Cloudron engineers to connect to this server via SSH.
<br/>
<br/>
Do not enable this option before contacting us first at <a href="https://chat.cloudron.io/" target="_blank">chat.cloudron.io</a>.
<b>Only enable this option if you were asked to do so from Cloudron support!</b>
<br/>
<br/>
<button class="btn" ng-class="{ 'btn-danger': !sshSupportEnabled, 'btn-primary': sshSupportEnabled }" ng-click="toggleSshSupport()">{{ sshSupportEnabled ? 'Disable SSH support access' : 'Enable SSH support access' }}</button>