|
49 | 49 | Commands
|
50 | 50 | </RouterLink>
|
51 | 51 | </li>
|
| 52 | + |
52 | 53 | <li>
|
53 | 54 | <RouterLink
|
54 |
| - to="/dns" |
55 |
| - class="sidebar-links group" |
56 |
| - > |
57 |
| - <div class="i-heroicons-cloud text-gray-500 w-6 h-6 dark:text-gray-200 group-hover:text-gray-700 transition duration-150 ease-in-out" /> |
58 |
| - DNS |
59 |
| - </RouterLink> |
60 |
| - </li> |
61 |
| - <li> |
62 |
| - <RouterLink |
63 |
| - to="/environment" |
| 55 | + to="/queue" |
64 | 56 | class="sidebar-links group"
|
65 | 57 | >
|
66 |
| - <div class="i-heroicons-cpu-chip text-gray-500 w-6 h-6 dark:text-gray-200 group-hover:text-gray-700 transition duration-150 ease-in-out" /> |
67 |
| - Environment |
| 58 | + <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" /> |
| 59 | + Queue |
68 | 60 | </RouterLink>
|
69 | 61 | </li>
|
| 62 | + |
70 | 63 | <!-- <li>
|
71 | 64 | <RouterLink
|
72 |
| - to="/dependencies" |
| 65 | + to="/queue" |
73 | 66 | class="sidebar-links group"
|
74 | 67 | >
|
75 |
| - <div class="i-heroicons-cube text-gray-500 w-6 h-6 dark:text-gray-200 group-hover:text-gray-700 transition duration-150 ease-in-out" /> |
76 |
| - Dependencies |
| 68 | + <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" /> |
| 69 | + Storage |
77 | 70 | </RouterLink>
|
78 | 71 | </li> -->
|
| 72 | + </ul> |
| 73 | + </li> |
| 74 | + |
| 75 | + <li> |
| 76 | + <div class="text-xs font-semibold leading-6 text-gray-400"> |
| 77 | + Management |
| 78 | + </div> |
| 79 | + <ul |
| 80 | + role="list" |
| 81 | + class="-mx-2 mt-2 space-y-1" |
| 82 | + > |
79 | 83 | <li>
|
| 84 | + <!-- Current: "bg-gray-50 text-blue-600", Default: "text-gray-700 hover:text-blue-600 hover:bg-gray-50" --> |
80 | 85 | <RouterLink
|
81 |
| - to="/queue" |
82 |
| - class="sidebar-links group" |
| 86 | + to="/models/users" |
| 87 | + class="sidebar-links" |
83 | 88 | >
|
84 |
| - <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" /> |
85 |
| - Queue |
| 89 | + <!-- <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> --> |
| 90 | + <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" /> |
| 91 | + <span class="truncate">Domains</span> |
86 | 92 | </RouterLink>
|
87 | 93 | </li>
|
| 94 | + |
88 | 95 | <li>
|
89 | 96 | <RouterLink
|
90 | 97 | to="/library"
|
91 |
| - class="sidebar-links group" |
| 98 | + class="sidebar-links" |
92 | 99 | >
|
93 | 100 | <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" />
|
94 |
| - Library |
| 101 | + <span class="truncate">Library</span> |
95 | 102 | </RouterLink>
|
96 | 103 | </li>
|
| 104 | + |
97 | 105 | <li>
|
98 | 106 | <RouterLink
|
99 |
| - to="/health" |
100 |
| - class="sidebar-links group" |
| 107 | + to="/environment" |
| 108 | + class="sidebar-links" |
101 | 109 | >
|
102 |
| - <div class="i-heroicons-heart text-gray-500 w-6 h-6 dark:text-gray-200 group-hover:text-gray-700 transition duration-150 ease-in-out" /> |
103 |
| - Health |
| 110 | + <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" /> |
| 111 | + <span class="truncate">Secrets</span> |
104 | 112 | </RouterLink>
|
105 | 113 | </li>
|
106 | 114 | </ul>
|
107 | 115 | </li>
|
| 116 | + |
108 | 117 | <li>
|
109 | 118 | <div class="text-xs font-semibold leading-6 text-gray-400">
|
110 | 119 | Your Models
|
|
0 commit comments