Port Dependent, dependencies, statistics panel to React. Fixes #7016

This commit is contained in:
Pradip Parkale
2022-01-24 14:13:02 +05:30
committed by Akshay Joshi
parent 3e86ed5d21
commit 094129e2be
14 changed files with 779 additions and 1232 deletions

View File

@@ -1,6 +1,5 @@
.icon-rule{
background-image: url('{{ url_for('NODE-rule.static', filename='img/rule.svg') }}') !important;
border-radius: 10px;
background-size: 20px !important;
background-repeat: no-repeat;
align-content: center;
@@ -11,7 +10,6 @@
.icon-rule-bad{
background-image: url('{{ url_for('NODE-rule.static', filename='img/rule-bad.svg') }}') !important;
border-radius: 10px;
background-size: 20px !important;
background-repeat: no-repeat;
align-content: center;