Skip to content
Snippets Groups Projects
Commit 756eb997 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

WebUI component:

- Code cleanup
parent eedd26b2
No related branches found
No related tags found
3 merge requests!142Release TeraFlowSDN 2.1,!132NetSoft Hackfest extensions, gNMI Driver, gNMI L3NM Service Handler, multiple fixes,!113Draft: NetSoft Hackfest extensions
...@@ -112,11 +112,11 @@ def home(): ...@@ -112,11 +112,11 @@ def home():
ste=ServiceTypeEnum, sse=ServiceStatusEnum, active_drivers=active_drivers) ste=ServiceTypeEnum, sse=ServiceStatusEnum, active_drivers=active_drivers)
@service.route('add', methods=['GET', 'POST']) #@service.route('add', methods=['GET', 'POST'])
def add(): #def add():
flash('Add service route called', 'danger') # flash('Add service route called', 'danger')
raise NotImplementedError() # raise NotImplementedError()
#return render_template('service/home.html') # #return render_template('service/home.html')
def get_hub_module_name(dev: Device) -> Optional[str]: def get_hub_module_name(dev: Device) -> Optional[str]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment