reorder menu items to be alphabetical
This commit is contained in:
@@ -26,13 +26,13 @@ const domains = ref([]);
|
||||
const addCustomAppMenu = ref([{
|
||||
label: 'App proxy',
|
||||
action: () => { window.location.href="/#/appstore/io.cloudron.builtin.appproxy"; }
|
||||
}, {
|
||||
label: 'External link',
|
||||
action: () => { onAddAppLink(); }
|
||||
}, {
|
||||
label: 'Community app',
|
||||
action: () => { onInstallCommunityApp(); }
|
||||
}
|
||||
}, {
|
||||
label: 'External link',
|
||||
action: () => { onAddAppLink(); }
|
||||
},
|
||||
]);
|
||||
|
||||
// clear category on search
|
||||
|
||||
Reference in New Issue
Block a user