mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
move esp status to under status (not in settings)
This commit is contained in:
@@ -43,10 +43,7 @@ const AuthenticatedRouting: FC = () => {
|
|||||||
<Route path="/settings/ntp/*" element={<NetworkTime />} />
|
<Route path="/settings/ntp/*" element={<NetworkTime />} />
|
||||||
<Route path="/settings/mqtt/*" element={<Mqtt />} />
|
<Route path="/settings/mqtt/*" element={<Mqtt />} />
|
||||||
<Route path="/settings/security/*" element={<Security />} />
|
<Route path="/settings/security/*" element={<Security />} />
|
||||||
<Route
|
<Route path="/system/espsystemstatus/*" element={<ESPSystemStatus />} />
|
||||||
path="/settings/espsystemstatus/*"
|
|
||||||
element={<ESPSystemStatus />}
|
|
||||||
/>
|
|
||||||
<Route path="/settings/upload/*" element={<UploadDownload />} />
|
<Route path="/settings/upload/*" element={<UploadDownload />} />
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ const ApplicationSettings: FC = () => {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
useLayoutTitle(LL.APPLICATION_SETTINGS());
|
useLayoutTitle(LL.APPLICATION());
|
||||||
|
|
||||||
const content = () => {
|
const content = () => {
|
||||||
if (!data) {
|
if (!data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user