Make filesystem header a link if it is an app

This commit is contained in:
Johannes Zellner
2021-09-27 21:18:22 +02:00
parent 6a28961dde
commit e1801b7a99
3 changed files with 14 additions and 1 deletions
+2 -1
View File
@@ -293,7 +293,8 @@
<input type="file" id="uploadFileInput" style="display: none" multiple/>
<input type="file" id="uploadFolderInput" style="display: none" multiple webkitdirectory directory/>
<h4 class="text-center">{{ title }}</h4>
<h4 class="text-center" ng-show="type === 'app'"><a ng-href="{{ applicationLink }}" target="_blank">{{ title }}</a></h4>
<h4 class="text-center" ng-hide="type === 'app'">{{ title }}</h4>
<div class="toolbar">
<div class="btn-group" role="group" style="display: block;">