File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
templates/nextbox_ui_plugin Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ class NextBoxUIConfig(PluginConfig):
44 name = 'nextbox_ui_plugin'
55 verbose_name = 'NextBox UI'
66 description = 'Test'
7- version = '0.4.2 '
7+ version = '0.4.3 '
88 author = 'Igor Korotchenkov'
99 author_email = 'iDebugAll@gmail.com'
1010 base_url = 'nextbox-ui'
Original file line number Diff line number Diff line change 55< html >
66 < head >
77 < meta charset ="utf-8 ">
8- < link rel ="stylesheet " href ="/static/nextbox_ui_plugin/next_sources/css/next.css ">
9- < script src ="/static/nextbox_ui_plugin/next_sources/js/next.js "> </ script >
10- < script src ="/static/nextbox_ui_plugin/button_utils.js "> </ script >
11- < link rel ="stylesheet "href ="/static/nextbox_ui_plugin/css/site_topology.css ">
12- < link rel ="stylesheet "href ="/static/nextbox_ui_plugin/bootstrap.min.css ">
8+ < link rel ="stylesheet "href ="{% static 'nextbox_ui_plugin/next_sources/css/next.css' %} ">
9+ < link rel ="stylesheet "href ="{% static 'nextbox_ui_plugin/css/site_topology.css' %} ">
10+ < link rel ="stylesheet "href ="{% static 'nextbox_ui_plugin/bootstrap.min.css' %} ">
1311 < link rel ="stylesheet "href ="{% static 'font-awesome-4.7.0/css/font-awesome.min.css' %} ">
12+ < script src ="{% static 'nextbox_ui_plugin/next_sources/js/next.js' %} "> </ script >
13+ < script src ="{% static 'nextbox_ui_plugin/button_utils.js' %} "> </ script >
1414 </ head >
1515 < body >
1616 < div class ="container-sm ml-4 my-sm-3 ">
5858 showHideUndonnectedButtonInitial ( ) ;
5959 showHidePassiveDevicesButtonInitial ( ) ;
6060 </ script >
61- < script src ="/ static/ nextbox_ui_plugin/next_app.js "> </ script >
61+ < script src ="{% static ' nextbox_ui_plugin/next_app.js' %} "> </ script >
6262 < script src ="{% static 'jquery/jquery-3.4.1.min.js' %} "> </ script >
6363 < script src ="{% static 'jquery-ui-1.12.1/jquery-ui.min.js' %} "> </ script >
64- < script src ="/ static/ nextbox_ui_plugin/bootstrap.bundle.min.js "> </ script >
64+ < script src ="{% static ' nextbox_ui_plugin/bootstrap.bundle.min.js' %} "> </ script >
6565 </ body >
6666</ html >
Original file line number Diff line number Diff line change 77
88setup (
99 name = 'nextbox_ui_plugin' ,
10- version = '0.4.2 ' ,
10+ version = '0.4.3 ' ,
1111 url = 'https://github.com/iDebugAll/nextbox-ui-plugin' ,
12- download_url = 'https://github.com/iDebugAll/nextbox-ui-plugin/archive/v0.4.2 .tar.gz' ,
12+ download_url = 'https://github.com/iDebugAll/nextbox-ui-plugin/archive/v0.4.3 .tar.gz' ,
1313 description = 'A topology visualization plugin for Netbox powered by NextUI Toolkit.' ,
1414 long_description = long_description ,
1515 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments