focusedIndex: "",
items: [{
- name: 'Public Repository',
- type: 'Add',
- tags: 'application,public,repository',
- },
- {
- name: 'Private Repository (with GitHub App)',
- type: 'Add',
- tags: 'application,private,repository',
- },
- {
- name: 'Private Repository (with Deploy Key)',
- type: 'Add',
- tags: 'application,private,repository',
- },
- {
- name: 'Database',
- type: 'Add',
- tags: 'data,database,mysql,postgres,sql,sqlite,redis,mongodb,maria,percona',
- },
- {
name: 'Server',
- type: 'New',
+ type: 'Add',
tags: 'new,server',
next: 'newServer'
},
{
name: 'Destination',
- type: 'New',
+ type: 'Add',
tags: 'new,destination',
next: 'newDestination'
},
{
name: 'Private Key',
- type: 'New',
+ type: 'Add',
tags: 'new,private-key,ssh,key',
next: 'newPrivateKey'
},
{
name: 'Source',
- type: 'New',
+ type: 'Add',
tags: 'new,source,github,gitlab,bitbucket',
next: 'newSource'
},
+ {
+ name: 'Public Repository',
+ type: 'Add',
+ tags: 'application,public,repository,github,gitlab,bitbucket,git',
+ },
+ {
+ name: 'Private Repository (with GitHub App)',
+ type: 'Add',
+ tags: 'application,private,repository,github,gitlab,bitbucket,git',
+ },
+ {
+ name: 'Private Repository (with Deploy Key)',
+ type: 'Add',
+ tags: 'application,private,repository,github,gitlab,bitbucket,git',
+ },
+ {
+ name: 'Database',
+ type: 'Add',
+ tags: 'data,database,mysql,postgres,sql,sqlite,redis,mongodb,maria,percona',
+ },
+
{
name: 'Servers',
type: 'Jump',
diff --git a/resources/views/components/navbar.blade.php b/resources/views/components/navbar.blade.php
index ad3639f447..d4c74bb9c8 100644
--- a/resources/views/components/navbar.blade.php
+++ b/resources/views/components/navbar.blade.php
@@ -1,23 +1,31 @@
-