dashboard: open internal app configure screen from disk usage info

This commit is contained in:
Johannes Zellner
2023-12-14 13:04:03 +01:00
parent 09b438850e
commit d7c0a947fb
+1 -1
View File
@@ -125,7 +125,7 @@
<span ng-show="content.type === 'standard'">{{ content.label }}</span>
<span ng-show="content.type === 'swap'">{{ content.label }}</span>
<span ng-show="content.type === 'app'">
<a href="https://{{ content.app.fqdn }}" target="_blank" ng-hide="content.uninstalled">{{ content.label }}</a>
<a href="/#/app/{{ content.app.id }}/storage" ng-hide="content.uninstalled">{{ content.label }}</a>
<span ng-show="content.uninstalled">{{ 'system.diskUsage.uninstalledApp' | tr }}</span>
</span>
<span ng-show="content.type === 'volume'"><a href="/#/volumes">{{ content.label }}</a></span>