Commit 2ceddc82 by Thomas Bosch

url fix

parent 09a52594
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
</td> </td>
<td> <td>
<span ng-show="application.online" style="float:right"> <span ng-show="application.online" style="float:right">
<a ng-show="application.providesLogfile" target="_self" ng-href="application.urlLogfile"><button class="btn btn-success">Logfile</button></a> <a ng-show="application.providesLogfile" target="_self" ng-href="{{application.urlLogfile}}"><button class="btn btn-success">Logfile</button></a>
<button ng-click="showDetails(application.id)" class="btn btn-success">Details</button> <button ng-click="showDetails(application.id)" class="btn btn-success">Details</button>
<!-- <button ng-click="refresh(application.id)" class="btn btn-success">Refresh</button> --> <!-- <button ng-click="refresh(application.id)" class="btn btn-success">Refresh</button> -->
</span> </span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment