Migrate problems panel to React (#1532)
* Replace default angular app config editor * Problems panel: migrate module to ts * Problems panel options editor to react * Problems panel react WIP * Fix explore button * Problems panel alert list layout WIP * Refactor * Minor tweaks on panel options * remove outdated tests * Update typescript * Draft for tag event handling * Remove unused files
This commit is contained in:
@@ -15,10 +15,9 @@ module.exports = {
|
||||
target: 'node',
|
||||
context: resolve('src'),
|
||||
entry: {
|
||||
'module': './module.js',
|
||||
'app_config_ctrl/config': './app_config_ctrl/config.js',
|
||||
'module': './module.ts',
|
||||
'datasource-zabbix/module': './datasource-zabbix/module.ts',
|
||||
'panel-triggers/module': './panel-triggers/module.js',
|
||||
'panel-triggers/module': './panel-triggers/module.tsx',
|
||||
},
|
||||
output: {
|
||||
filename: "[name].js",
|
||||
|
||||
Reference in New Issue
Block a user