mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 19:08:20 +00:00
Update Services Icon
This commit is contained in:
parent
ab1e23e10d
commit
99dc0117ee
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ import { authenticate, logout, checkAuthentication, setup } from "./api";
|
||||||
import IDashboard from '~icons/ri/dashboard-2-line';
|
import IDashboard from '~icons/ri/dashboard-2-line';
|
||||||
import IRule from '~icons/material-symbols/rule-folder-outline-sharp';
|
import IRule from '~icons/material-symbols/rule-folder-outline-sharp';
|
||||||
import IAddress from '~icons/eos-icons/ip';
|
import IAddress from '~icons/eos-icons/ip';
|
||||||
|
import IService from '~icons/material-symbols/home-repair-service';
|
||||||
|
|
||||||
enum NavState { Open, Reduced, Collapsed };
|
enum NavState { Open, Reduced, Collapsed };
|
||||||
const NavStateCount = 3;
|
const NavStateCount = 3;
|
||||||
|
@ -13,7 +14,7 @@ const navRoutes = {
|
||||||
"/": { icon: IDashboard, caption: "Dashboard" },
|
"/": { icon: IDashboard, caption: "Dashboard" },
|
||||||
"/firewall/rules": { icon: IRule, caption: "Rules" },
|
"/firewall/rules": { icon: IRule, caption: "Rules" },
|
||||||
"/object/addresses": { icon: IAddress, caption: "Addresses" },
|
"/object/addresses": { icon: IAddress, caption: "Addresses" },
|
||||||
"/object/services": { icon: IAddress, caption: "Services" },
|
"/object/services": { icon: IService, caption: "Services" },
|
||||||
};
|
};
|
||||||
|
|
||||||
enum AuthState { Unauthenticated, MfaRequired, Authenticated };
|
enum AuthState { Unauthenticated, MfaRequired, Authenticated };
|
||||||
|
|
Loading…
Add table
Reference in a new issue