used the <div instead of <a for method_name and dynamic_endpoint_id

This commit is contained in:
hongwei 2020-04-01 12:42:21 +02:00
parent ea5477b8ef
commit 6d5c56a047
2 changed files with 4 additions and 2 deletions

View File

@ -19,7 +19,8 @@
<div class="row">
<div class="col-xs-12 col-sm-2">
<div class="form-group" cols="1" rows="1">
<a href="" class="dynamic_endpoint_id">{{ dynamic_endpoint.dynamic_endpoint_id }}</a></div>
{# <a href="" class="dynamic_endpoint_id">{{ dynamic_endpoint.dynamic_endpoint_id }}</a></div>#}
<div class="dynamic_endpoint_id">{{ dynamic_endpoint.dynamic_endpoint_id }}</div></div>
</div>
<div class="col-xs-12 col-sm-8">

View File

@ -31,7 +31,8 @@
<div class="row">
<div class="col-xs-12 col-sm-2">
<div class="form-group" cols="1" rows="1">
<a href="{{ methodSwaggerUrl }}={{ method_routing.method_name }}" class="method_name">{{ method_routing.method_name }}</a></div>
{# <a href="{{ methodSwaggerUrl }}={{ method_routing.method_name }}" class="method_name">{{ method_routing.method_name }}</a></div>#}
<div class="method_name">{{ method_routing.method_name }}</div></div>
</div>
<div class="col-xs-12 col-sm-2">
<select class="connector_name form-control " }>