fix: restore badge emoji, fix aria-label, and correct service proxy URL #19

Merged
ghost merged 2 commits from fix/e2e-badge-and-proxy-url into main 2026-03-08 03:13:29 +00:00
Showing only changes of commit e9950c75ea - Show all commits
+2 -1
View File
@@ -218,7 +218,8 @@ const REFRESH_STORAGE_KEY = 'polaris-plugin-refresh-interval';
const DEFAULT_INTERVAL_SECONDS = 300; // 5 minutes
const URL_STORAGE_KEY = 'polaris-plugin-dashboard-url';
const DEFAULT_DASHBOARD_URL = '/api/v1/namespaces/polaris/services/http:polaris-dashboard:80/proxy/';
const DEFAULT_DASHBOARD_URL =
'/api/v1/namespaces/polaris/services/http:polaris-dashboard:80/proxy/';
/**
* Retrieves the configured refresh interval from localStorage.