feat: remove app bar driver health badge
Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
This commit is contained in:
@@ -6,7 +6,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import {
|
import {
|
||||||
registerAppBarAction,
|
|
||||||
registerDetailsViewHeaderAction,
|
registerDetailsViewHeaderAction,
|
||||||
registerDetailsViewSection,
|
registerDetailsViewSection,
|
||||||
registerPluginSettings,
|
registerPluginSettings,
|
||||||
@@ -16,7 +15,6 @@ import {
|
|||||||
} from '@kinvolk/headlamp-plugin/lib';
|
} from '@kinvolk/headlamp-plugin/lib';
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { TnsCsiDataProvider } from './api/TnsCsiDataContext';
|
import { TnsCsiDataProvider } from './api/TnsCsiDataContext';
|
||||||
import AppBarDriverBadge from './components/AppBarDriverBadge';
|
|
||||||
import TnsCsiSettings from './components/TnsCsiSettings';
|
import TnsCsiSettings from './components/TnsCsiSettings';
|
||||||
import BenchmarkPage from './components/BenchmarkPage';
|
import BenchmarkPage from './components/BenchmarkPage';
|
||||||
import DriverPodDetailSection from './components/DriverPodDetailSection';
|
import DriverPodDetailSection from './components/DriverPodDetailSection';
|
||||||
@@ -208,16 +206,6 @@ registerDetailsViewHeaderAction(({ resource }) => {
|
|||||||
return <StorageClassBenchmarkButton resource={resource} />;
|
return <StorageClassBenchmarkButton resource={resource} />;
|
||||||
});
|
});
|
||||||
|
|
||||||
// ---------------------------------------------------------------------------
|
|
||||||
// App bar action — driver health badge
|
|
||||||
// ---------------------------------------------------------------------------
|
|
||||||
|
|
||||||
registerAppBarAction(() => (
|
|
||||||
<TnsCsiDataProvider>
|
|
||||||
<AppBarDriverBadge />
|
|
||||||
</TnsCsiDataProvider>
|
|
||||||
));
|
|
||||||
|
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
// Plugin settings
|
// Plugin settings
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user