diff options
author | RaindropsSys <contact@minteck.org> | 2023-06-07 22:43:03 +0200 |
---|---|---|
committer | RaindropsSys <contact@minteck.org> | 2023-06-07 22:43:03 +0200 |
commit | 85145d4a0f7ddd7717af495cbd3f42891042d047 (patch) | |
tree | 9ad6fe692c7ee2842c295a1e55230870c17920b5 /includes/components | |
parent | 45486dece3efa0af8d0d426898b6b191672f02fb (diff) | |
download | pluralconnect-85145d4a0f7ddd7717af495cbd3f42891042d047.tar.gz pluralconnect-85145d4a0f7ddd7717af495cbd3f42891042d047.tar.bz2 pluralconnect-85145d4a0f7ddd7717af495cbd3f42891042d047.zip |
Updated includes/components/navigation.inc (automated)
Diffstat (limited to 'includes/components')
-rw-r--r-- | includes/components/navigation.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/components/navigation.inc b/includes/components/navigation.inc index f08fca2..b82e247 100644 --- a/includes/components/navigation.inc +++ b/includes/components/navigation.inc @@ -174,7 +174,7 @@ $navigation_admin = [ "private" => true ], [ - "name" => $pages["computers"]["name"][$lang["_name"]], + "name" => $pages["computers"]["name"][$lang["_name"]] . "<span class='badge bg-warning text-black rounded-pill' style='position:relative;top:-1px; margin-left: 5px;'>EOL</span>", "icon" => "/assets/icons/computers.svg", "invert" => true, "link" => "/-/computers", |