Move link above proxy
This commit is contained in:
@@ -1666,7 +1666,7 @@
|
||||
"title": "Add external app link"
|
||||
},
|
||||
"editApplinkDialog": {
|
||||
"title": "Edit external app link",
|
||||
"title": "Edit App Link",
|
||||
"deleteAction": "Delete"
|
||||
},
|
||||
"applinks": {
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
"email": "Log in met e-mailadres"
|
||||
},
|
||||
"addAppAction": "App toevoegen",
|
||||
"addAppproxyAction": "Appproxy toevoegen",
|
||||
"addApplinkAction": "Applink toevoegen",
|
||||
"addAppproxyAction": "App Proxy toevoegen",
|
||||
"addApplinkAction": "App link toevoegen",
|
||||
"filter": {
|
||||
"clearAll": "Alles verwijderen"
|
||||
}
|
||||
|
||||
@@ -206,8 +206,8 @@
|
||||
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="fas fa-plus"></i> Add</button>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="/#/appstore"><i class="fa fa-cloud-download-alt fa-fw"></i> {{ 'apps.addAppAction' | tr }}</a></li>
|
||||
<li><a href="/#/appstore/io.cloudron.builtin.appproxy?version=0.1.0"><i class="fas fa-map-signs fa-fw"></i> {{ 'apps.addAppproxyAction' | tr }}</a></li>
|
||||
<li><a href="" ng-click="applinksAdd.show()"><i class="fas fa-link fa-fw"></i> {{ 'apps.addApplinkAction' | tr }}</a></li>
|
||||
<li><a href="/#/appstore/io.cloudron.builtin.appproxy?version=0.1.0"><i class="fas fa-map-signs fa-fw"></i> {{ 'apps.addAppproxyAction' | tr }}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user