|
17 | 17 | class="flex flex-1 flex-col gap-y-8"
|
18 | 18 | >
|
19 | 19 | <li>
|
20 |
| - <div class="text-xs font-semibold leading-6 text-gray-400 pt-4"> |
21 |
| - Navigation |
22 |
| - </div> |
23 |
| - |
24 | 20 | <ul
|
25 | 21 | role="list"
|
26 | 22 | class="-mx-2 mt-2 space-y-1"
|
|
35 | 31 | Dashboard
|
36 | 32 | </RouterLink>
|
37 | 33 | </li>
|
| 34 | + </ul> |
| 35 | + </li> |
| 36 | + |
| 37 | + <li> |
| 38 | + <div class="text-xs font-semibold leading-6 text-gray-400"> |
| 39 | + Management |
| 40 | + </div> |
| 41 | + |
| 42 | + <ul |
| 43 | + role="list" |
| 44 | + class="-mx-2 mt-2 space-y-1" |
| 45 | + > |
38 | 46 | <li>
|
| 47 | + <!-- Current: "bg-gray-50 text-blue-600", Default: "text-gray-700 hover:text-blue-600 hover:bg-gray-50" --> |
39 | 48 | <RouterLink
|
40 |
| - to="/deployments" |
41 |
| - class="sidebar-links group" |
| 49 | + to="/dns" |
| 50 | + class="sidebar-links" |
42 | 51 | >
|
43 |
| - <div class="i-heroicons-clock text-gray-500 w-6 h-6 dark:text-gray-200 group-hover:text-gray-700 transition duration-150 ease-in-out" /> |
44 |
| - Deployments |
| 52 | + <!-- <span class="flex h-6 w-6 shrink-0 items-center justify-center rounded-lg border text-[0.625rem] font-medium bg-white text-gray-400 border-gray-200 dark:border-gray-600 group-hover:border-blue-600 group-hover:text-blue-600">U</span> --> |
| 53 | + <div class="i-heroicons-document-magnifying-glass text-gray-500 w-6 h-6 dark:text-gray-200 group-hover:text-gray-700 transition duration-150 ease-in-out" /> |
| 54 | + <span class="truncate">DNS</span> |
45 | 55 | </RouterLink>
|
46 | 56 | </li>
|
| 57 | + |
47 | 58 | <li>
|
| 59 | + <!-- Current: "bg-gray-50 text-blue-600", Default: "text-gray-700 hover:text-blue-600 hover:bg-gray-50" --> |
48 | 60 | <RouterLink
|
49 |
| - to="/commands" |
50 |
| - class="sidebar-links group" |
| 61 | + to="/emails" |
| 62 | + class="sidebar-links" |
51 | 63 | >
|
52 |
| - <div class="i-heroicons-command-line text-gray-500 w-6 h-6 dark:text-gray-200 group-hover:text-gray-700 transition duration-150 ease-in-out" /> |
53 |
| - Commands |
| 64 | + <!-- <span class="flex h-6 w-6 shrink-0 items-center justify-center rounded-lg border text-[0.625rem] font-medium bg-white text-gray-400 border-gray-200 dark:border-gray-600 group-hover:border-blue-600 group-hover:text-blue-600">U</span> --> |
| 65 | + <div class="i-heroicons-at-symbol text-gray-500 w-6 h-6 dark:text-gray-200 group-hover:text-gray-700 transition duration-150 ease-in-out" /> |
| 66 | + <span class="truncate">Emails</span> |
54 | 67 | </RouterLink>
|
55 | 68 | </li>
|
56 | 69 |
|
57 | 70 | <li>
|
58 | 71 | <RouterLink
|
59 |
| - to="/queue" |
60 |
| - class="sidebar-links group" |
| 72 | + to="/library" |
| 73 | + class="sidebar-links" |
61 | 74 | >
|
62 |
| - <div class="i-heroicons-queue-list text-gray-500 w-6 h-6 dark:text-gray-200 group-hover:text-gray-700 transition duration-150 ease-in-out" /> |
63 |
| - Queue |
| 75 | + <div class="i-heroicons-building-library text-gray-500 w-6 h-6 dark:text-gray-200 group-hover:text-gray-700 transition duration-150 ease-in-out" /> |
| 76 | + <span class="truncate">Library</span> |
64 | 77 | </RouterLink>
|
65 | 78 | </li>
|
66 | 79 |
|
67 | 80 | <li>
|
68 | 81 | <RouterLink
|
69 |
| - to="/notifications" |
| 82 | + to="/logs" |
70 | 83 | class="sidebar-links group"
|
71 | 84 | >
|
72 |
| - <div class="i-heroicons-envelope text-gray-500 w-6 h-6 dark:text-gray-200 group-hover:text-gray-700 transition duration-150 ease-in-out" /> |
73 |
| - Notifications |
| 85 | + <div class="i-heroicons-document-text text-gray-500 w-6 h-6 dark:text-gray-200 group-hover:text-gray-700 transition duration-150 ease-in-out" /> |
| 86 | + Logs |
74 | 87 | </RouterLink>
|
75 | 88 | </li>
|
76 |
| - |
77 |
| - <!-- <li> |
78 |
| - <RouterLink |
79 |
| - to="/queue" |
80 |
| - class="sidebar-links group" |
81 |
| - > |
82 |
| - <div class="i-heroicons-archive-box text-gray-500 w-6 h-6 dark:text-gray-200 group-hover:text-gray-700 transition duration-150 ease-in-out" /> |
83 |
| - Storage |
84 |
| - </RouterLink> |
85 |
| - </li> --> |
86 | 89 | </ul>
|
87 | 90 | </li>
|
88 | 91 |
|
89 | 92 | <li>
|
90 | 93 | <div class="text-xs font-semibold leading-6 text-gray-400">
|
91 |
| - Management |
| 94 | + App |
92 | 95 | </div>
|
93 | 96 |
|
94 | 97 | <ul
|
95 | 98 | role="list"
|
96 | 99 | class="-mx-2 mt-2 space-y-1"
|
97 | 100 | >
|
98 | 101 | <li>
|
99 |
| - <!-- Current: "bg-gray-50 text-blue-600", Default: "text-gray-700 hover:text-blue-600 hover:bg-gray-50" --> |
100 | 102 | <RouterLink
|
101 |
| - to="/dns" |
102 |
| - class="sidebar-links" |
| 103 | + to="/deployments" |
| 104 | + class="sidebar-links group" |
103 | 105 | >
|
104 |
| - <!-- <span class="flex h-6 w-6 shrink-0 items-center justify-center rounded-lg border text-[0.625rem] font-medium bg-white text-gray-400 border-gray-200 dark:border-gray-600 group-hover:border-blue-600 group-hover:text-blue-600">U</span> --> |
105 |
| - <div class="i-heroicons-document-magnifying-glass text-gray-500 w-6 h-6 dark:text-gray-200 group-hover:text-gray-700 transition duration-150 ease-in-out" /> |
106 |
| - <span class="truncate">DNS</span> |
| 106 | + <div class="i-heroicons-clock text-gray-500 w-6 h-6 dark:text-gray-200 group-hover:text-gray-700 transition duration-150 ease-in-out" /> |
| 107 | + Deployments |
107 | 108 | </RouterLink>
|
108 | 109 | </li>
|
109 | 110 |
|
110 | 111 | <li>
|
111 |
| - <!-- Current: "bg-gray-50 text-blue-600", Default: "text-gray-700 hover:text-blue-600 hover:bg-gray-50" --> |
112 | 112 | <RouterLink
|
113 |
| - to="/emails" |
114 |
| - class="sidebar-links" |
| 113 | + to="/requests" |
| 114 | + class="sidebar-links group" |
115 | 115 | >
|
116 |
| - <!-- <span class="flex h-6 w-6 shrink-0 items-center justify-center rounded-lg border text-[0.625rem] font-medium bg-white text-gray-400 border-gray-200 dark:border-gray-600 group-hover:border-blue-600 group-hover:text-blue-600">U</span> --> |
117 |
| - <div class="i-heroicons-at-symbol text-gray-500 w-6 h-6 dark:text-gray-200 group-hover:text-gray-700 transition duration-150 ease-in-out" /> |
118 |
| - <span class="truncate">Emails</span> |
| 116 | + <div class="i-heroicons-magnifying-glass text-gray-500 w-6 h-6 dark:text-gray-200 group-hover:text-gray-700 transition duration-150 ease-in-out" /> |
| 117 | + Requests |
119 | 118 | </RouterLink>
|
120 | 119 | </li>
|
121 | 120 |
|
122 | 121 | <li>
|
123 | 122 | <RouterLink
|
124 |
| - to="/library" |
125 |
| - class="sidebar-links" |
| 123 | + to="/actions" |
| 124 | + class="sidebar-links group" |
126 | 125 | >
|
127 |
| - <div class="i-heroicons-building-library text-gray-500 w-6 h-6 dark:text-gray-200 group-hover:text-gray-700 transition duration-150 ease-in-out" /> |
128 |
| - <span class="truncate">Library</span> |
| 126 | + <div class="i-heroicons-rocket-launch text-gray-500 w-6 h-6 dark:text-gray-200 group-hover:text-gray-700 transition duration-150 ease-in-out" /> |
| 127 | + Actions |
129 | 128 | </RouterLink>
|
130 | 129 | </li>
|
131 | 130 |
|
132 |
| - <!-- <li> |
| 131 | + <li> |
133 | 132 | <RouterLink
|
134 |
| - to="/settings/billing" |
135 |
| - class="sidebar-links" |
| 133 | + to="/commands" |
| 134 | + class="sidebar-links group" |
136 | 135 | >
|
137 |
| - <div class="i-heroicons-cog-6-tooth text-gray-500 w-6 h-6 dark:text-gray-200 group-hover:text-gray-700 transition duration-150 ease-in-out" /> |
138 |
| - <span class="truncate">Config</span> |
| 136 | + <div class="i-heroicons-command-line text-gray-500 w-6 h-6 dark:text-gray-200 group-hover:text-gray-700 transition duration-150 ease-in-out" /> |
| 137 | + Commands |
139 | 138 | </RouterLink>
|
140 | 139 | </li>
|
141 | 140 |
|
142 | 141 | <li>
|
143 | 142 | <RouterLink
|
144 |
| - to="/environment" |
145 |
| - class="sidebar-links" |
| 143 | + to="/jobs" |
| 144 | + class="sidebar-links group" |
146 | 145 | >
|
147 |
| - <div class="i-heroicons-lock-closed text-gray-500 w-6 h-6 dark:text-gray-200 group-hover:text-gray-700 transition duration-150 ease-in-out" /> |
148 |
| - <span class="truncate">Secrets</span> |
| 146 | + <div class="i-heroicons-queue-list text-gray-500 w-6 h-6 dark:text-gray-200 group-hover:text-gray-700 transition duration-150 ease-in-out" /> |
| 147 | + Jobs |
149 | 148 | </RouterLink>
|
150 |
| - </li> --> |
| 149 | + </li> |
| 150 | + |
| 151 | + <li> |
| 152 | + <RouterLink |
| 153 | + to="/notifications" |
| 154 | + class="sidebar-links group" |
| 155 | + > |
| 156 | + <div class="i-heroicons-envelope text-gray-500 w-6 h-6 dark:text-gray-200 group-hover:text-gray-700 transition duration-150 ease-in-out" /> |
| 157 | + Notifications |
| 158 | + </RouterLink> |
| 159 | + </li> |
151 | 160 | </ul>
|
152 | 161 | </li>
|
153 | 162 |
|
|
0 commit comments