Add sftp description in dashboard
This commit is contained in:
@@ -356,6 +356,13 @@
|
||||
<div class="app-postinstall-message" ng-show="appInfo.app.manifest && appInfo.app.manifest.postInstallMessage">
|
||||
<div ng-bind-html="appInfo.message | postInstallMessage:appInfo.app | markdown2html"></div>
|
||||
</div>
|
||||
<div ng-show="appInfo.app.manifest.addons.localstorage.ftp">
|
||||
<br/>
|
||||
<b>SFTP</b> <sup><a ng-href="{{ config.webServerOrigin }}/documentation/apps/#ftp-access" class="help" target="_blank"><i class="fa fa-question-circle"></i></a></sup><br/>
|
||||
Server: {{ config.adminFqdn }}<br/>
|
||||
Port: 222<br/>
|
||||
Username: {{ user.username }}@{{ appInfo.app.fqdn }}<br/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<a ng-show="appInfo.app.manifest.documentationUrl" target="_blank" ng-href="{{appInfo.app.manifest.documentationUrl}}" class="btn btn-info pull-left">Documentation</a>
|
||||
|
||||
Reference in New Issue
Block a user