feat(page-injections): ArgoCD section on Namespace and Deployment detail pages #5

Merged
privilegedescalation-engineer[bot] merged 9 commits from feat/page-injections into main 2026-04-22 09:35:26 +00:00
2 changed files with 3 additions and 6 deletions
Showing only changes of commit 60d008b630 - Show all commits
+2 -5
View File
@@ -1,7 +1,4 @@
import React from 'react';
import { describe, it, expect } from 'vitest';
import { render } from '@testing-library/react';
import '@testing-library/jest-dom';
import { describe, expect, it } from 'vitest';
/**
* Minimal test to verify the plugin index module loads without throwing.
@@ -13,4 +10,4 @@ describe('ArgoCD Plugin Scaffold', () => {
const mod = await import('./index');
expect(mod).toBeDefined();
});
});
});
+1 -1
View File
@@ -73,4 +73,4 @@ registerRoute({
<ArgoCDStubView />
</ArgoCDErrorBoundary>
),
});
});