mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
vmui: hide "Logs Explorer" for the base build (#4761)
LogsExplorer should be a part of VictoriaLogs binaries, as well as VMUI is now part of VictoriaMetrics binaries.
This commit is contained in:
parent
cc7bfaca6c
commit
86f1459ca6
2 changed files with 0 additions and 9 deletions
|
@ -13,7 +13,6 @@ import ExploreMetrics from "./pages/ExploreMetrics";
|
||||||
import PreviewIcons from "./components/Main/Icons/PreviewIcons";
|
import PreviewIcons from "./components/Main/Icons/PreviewIcons";
|
||||||
import WithTemplate from "./pages/WithTemplate";
|
import WithTemplate from "./pages/WithTemplate";
|
||||||
import Relabel from "./pages/Relabel";
|
import Relabel from "./pages/Relabel";
|
||||||
import ExploreLogs from "./pages/ExploreLogs/ExploreLogs";
|
|
||||||
import ActiveQueries from "./pages/ActiveQueries";
|
import ActiveQueries from "./pages/ActiveQueries";
|
||||||
|
|
||||||
const App: FC = () => {
|
const App: FC = () => {
|
||||||
|
@ -70,10 +69,6 @@ const App: FC = () => {
|
||||||
path={router.icons}
|
path={router.icons}
|
||||||
element={<PreviewIcons/>}
|
element={<PreviewIcons/>}
|
||||||
/>
|
/>
|
||||||
<Route
|
|
||||||
path={router.logs}
|
|
||||||
element={<ExploreLogs/>}
|
|
||||||
/>
|
|
||||||
</Route>
|
</Route>
|
||||||
</Routes>
|
</Routes>
|
||||||
)}
|
)}
|
||||||
|
|
|
@ -38,10 +38,6 @@ export const defaultNavigation: NavigationItem[] = [
|
||||||
label: routerOptions[router.activeQueries].title,
|
label: routerOptions[router.activeQueries].title,
|
||||||
value: router.activeQueries,
|
value: router.activeQueries,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: routerOptions[router.logs].title,
|
|
||||||
value: router.logs,
|
|
||||||
},
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue