mirror of
https://github.com/mudler/LocalAI.git
synced 2026-03-06 16:08:56 -05:00
fix(webui): use different icon for System nav item (#8648)
Change the System nav item icon from fas fa-server to fas fa-desktop to distinguish it from the Backends nav item which still uses fa-server. Signed-off-by: localai-bot <localai-bot@users.noreply.github.com> Co-authored-by: localai-bot <localai-bot@users.noreply.github.com>
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
<span class="nav-label">Swarm</span>
|
||||
</a>
|
||||
<a href="/manage" class="nav-item">
|
||||
<i class="fas fa-server nav-icon"></i>
|
||||
<i class="fas fa-desktop nav-icon"></i>
|
||||
<span class="nav-label">System</span>
|
||||
</a>
|
||||
{{ if not .DisableRuntimeSettings }}
|
||||
|
||||
Reference in New Issue
Block a user