Implement global table sorting, dashboard UI enhancements, and secret cloud access
This commit is contained in:
@@ -163,6 +163,14 @@ function initApp() {
|
||||
}
|
||||
});
|
||||
|
||||
// 시크릿 클라우드 트리거
|
||||
document.getElementById('secret-cloud-trigger')?.addEventListener('click', () => {
|
||||
state.activeCategory = 'sw';
|
||||
state.activeSubTab = '클라우드';
|
||||
const mainContent = document.getElementById('main-content')!;
|
||||
renderSWTable(mainContent);
|
||||
});
|
||||
|
||||
createIcons({
|
||||
icons: { Download, Upload, FileSpreadsheet, Plus, X, LayoutDashboard, Monitor, Server, Database, Laptop, CalendarClock, Key, Cpu, Layers, Users, Paperclip, Edit2, History, RefreshCcw, BookOpen, Settings }
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user