Fixed the path reference of load-node.gif which was referencing to vendor directory. Fixes #2646

This commit is contained in:
Surinder Kumar 2017-08-17 15:27:09 +05:30 committed by Akshay Joshi
parent 2df4625ce0
commit bff48e0b2d

View File

@ -12,7 +12,7 @@
}
.icon-server-connecting {
background-image: url('{{ url_for('browser.static', filename='vendor/aciTree/image/load-node.gif')}}') !important;
background-image: url('{{ url_for('static', filename='js/generated/img/load-node.gif')}}') !important;
background-repeat: no-repeat;
align-content: center;
vertical-align: middle;
@ -21,4 +21,4 @@
.change_password {
padding-left: 7px;
}
}