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