File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
servervalidation/templates/servervalidation/table
testsession/templates/testsession Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1111 < td >
1212 < div class ='col-xs-1 '>
1313 {% comment %} < div class ='row '> {% endcomment %}
14-
15- < a class =" btn btn-info btn-margin " href =" {% url 'server_run:testscenario-detail' server_run.test_scenario.pk %} " > {% trans "Description" %} </ a >
14+ < input type =" button " class =" btn btn-primary " value =" {% trans " Description " %}"
15+ onclick=" location.href = ' {% url 'server_run:testscenario-detail' server_run.test_scenario.pk %}'; " >
1616 {% comment %} </ div > {% endcomment %}
1717 {% for pc in server_run.test_scenario.postmantest_set.all %}
1818 {% comment %} < div class ='row '> {% endcomment %}
Original file line number Diff line number Diff line change @@ -33,7 +33,10 @@ <h5 class="card-title">{% trans "Session type" %}: {{ session.session_type.name
3333 < span class ="badge badge-pill badge-dark "> {{session.status}}</ span >
3434 {% endif %}
3535 < p class ="card-text ">
36- < a class ="btn btn-info btn-margin " href ="{% url 'testsession:session_type-detail' session.session_type.pk %} "> {% trans "Description" %}</ a >
36+ < p >
37+ < input type ="button " class ="btn btn-primary " value ="{% trans "Description " %}"
38+ onclick="location.href = '{% url 'testsession:session_type-detail' session.session_type.pk %}'; ">
39+ </ p >
3740 </ p >
3841 </ div >
3942 </ div >
You can’t perform that action at this time.
0 commit comments