Skip to content

Commit

Permalink
Web UI update
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislavsulc committed Feb 23, 2024
1 parent c1256c1 commit 406148e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapi/templates/workflows.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "layout.html" %}
{% block title %} {{ title }} {% endblock %}
{% block content %}
<table>
<table class="tableType1">
<tr><th>WID</th><th>UseCaseID</th><th>Description</th><th>Details</th></tr>
{% for item in items %}
<TR>
Expand Down

0 comments on commit 406148e

Please sign in to comment.