From 2aae92839f17afe2bed3838bc2c1d6b38f4ed6dd Mon Sep 17 00:00:00 2001 From: c4ch3c4d3 Date: Tue, 18 Aug 2026 22:41:39 -0500 Subject: [PATCH] ui: PineAP rail icon uses the wifi symbol --- payload/user/remote_access/pager-webui/www/index.html | 2 +- payload/user/remote_access/pager-webui/www/js/app.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/payload/user/remote_access/pager-webui/www/index.html b/payload/user/remote_access/pager-webui/www/index.html index bbdbc5b..a099384 100644 --- a/payload/user/remote_access/pager-webui/www/index.html +++ b/payload/user/remote_access/pager-webui/www/index.html @@ -269,6 +269,6 @@ - + diff --git a/payload/user/remote_access/pager-webui/www/js/app.js b/payload/user/remote_access/pager-webui/www/js/app.js index 74a86c0..56e5089 100644 --- a/payload/user/remote_access/pager-webui/www/js/app.js +++ b/payload/user/remote_access/pager-webui/www/js/app.js @@ -29,7 +29,7 @@ const App = (() => { const railItems = [ { key: 'dashboard', label: 'Dashboard', hash: '#/dashboard', icon: 'dashboard' }, - { key: 'pineap', label: 'PineAP', hash: '#/pineap', icon: 'pineap' }, + { key: 'pineap', label: 'PineAP', hash: '#/pineap', icon: 'wifi' }, { key: 'recon', label: 'Recon', hash: '#/recon', icon: 'recon' }, { key: 'logging', label: 'Logging', hash: '#/logging', icon: 'logging' }, { key: 'modules', label: 'Payloads', hash: '#/modules', icon: 'modules' },