Group terminal/logs/filemanager toolbar buttons
This commit is contained in:
@@ -31,44 +31,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Modal app info -->
|
||||
<div class="modal fade" id="appInfoModal" tabindex="-1" role="dialog">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<img ng-src="{{appInfo.app.iconUrl}}" onerror="this.onerror=null;this.src='img/appicon_fallback.png'" class="app-info-icon" style="padding-right: 10px;"/>
|
||||
<h4 style="margin-top: 0;">
|
||||
{{ appInfo.app.manifest.title }}
|
||||
<br/>
|
||||
<span class="text-small text-muted">{{ 'app.appInfo.package' | tr }} <a ng-href="/#/appstore/{{appInfo.app.manifest.id}}?version={{appInfo.app.manifest.version}}">v{{ appInfo.app.manifest.version }}</a></span>
|
||||
<br/>
|
||||
<span class="text-small text-muted" ng-show="appInfo.app.upstreamVersion">App v{{ appInfo.app.upstreamVersion }}</a></span>
|
||||
</h5>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p ng-hide="appInfo.app.appStoreId" ng-bind-html="'app.appInfo.customAppUpdateWarning' | tr:{ docsLink: 'https://docs.cloudron.io/custom-apps/tutorial/' }"></p>
|
||||
<p ng-show="appInfo.app.manifest.documentationUrl" ng-bind-html="'app.appInfo.appDocsUrl' | tr:{ docsUrl: appInfo.app.manifest.documentationUrl, title: appInfo.app.manifest.title, forumUrl: (appInfo.app.manifest.forumUrl || 'https://forum.cloudron.io') }"></p>
|
||||
|
||||
<p ng-show="appInfo.app.manifest.addons.email">{{ 'app.appInfo.ssoEmail' | tr }}</p>
|
||||
<p ng-show="appInfo.app.sso && !appInfo.app.manifest.addons.email">{{ 'app.appInfo.sso' | tr }}</p>
|
||||
|
||||
<a ng-show="appInfo.app.manifest.postInstallMessage" href="" data-toggle="collapse" data-parent="#accordion" data-target="#appinfoPostinstallMessage">
|
||||
<i class="fa fa-angle-right"></i> {{ 'app.appInfo.firstTimeCollapseHeader' | tr }}
|
||||
</a>
|
||||
|
||||
<div id="appinfoPostinstallMessage" class="panel-collapse collapse">
|
||||
<br/>
|
||||
<div ng-bind-html="appInfo.app.manifest.postInstallMessage | markdown2html"></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-primary" data-dismiss="modal">{{ 'main.dialog.close' | tr }}</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
function imageErrorHandler(elem) {
|
||||
'use strict';
|
||||
|
||||
Reference in New Issue
Block a user