Loading src/webui/service/main/routes.py +1 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,7 @@ def home(): session['context_name'] = context_name session['topology_uuid'] = topology_uuid session['topology_name'] = topology_name LOGGER.warning('session.items={:s}'.format(str(session.items()))) MSG = f'Context({context_name})/Topology({topology_name}) successfully selected.' flash(MSG, 'success') return redirect(url_for('main.home')) Loading Loading
src/webui/service/main/routes.py +1 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,7 @@ def home(): session['context_name'] = context_name session['topology_uuid'] = topology_uuid session['topology_name'] = topology_name LOGGER.warning('session.items={:s}'.format(str(session.items()))) MSG = f'Context({context_name})/Topology({topology_name}) successfully selected.' flash(MSG, 'success') return redirect(url_for('main.home')) Loading