Fix CSS import and add debug logging for indicator panel
- Changed @import style to proper <link> tag for indicators-new.css - Added console logging to initIndicatorPanel for debugging - Added console logging to renderIndicatorPanel to show filter results - This should help diagnose empty panel issue
This commit is contained in:
@ -1276,9 +1276,7 @@
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
@import url(./css/indicators-new.css);
|
||||
</style>
|
||||
<link rel="stylesheet" href="./css/indicators-new.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="toolbar">
|
||||
|
||||
Reference in New Issue
Block a user