Switch the default to logs to show some useful information

This commit is contained in:
Girish Ramakrishnan
2017-11-16 10:04:39 -08:00
parent 2f4940acbd
commit bf9eb4bd87
+1 -1
View File
@@ -68,8 +68,8 @@
<div class="logs-controls"> <div class="logs-controls">
<div class="col-md-10 col-md-offset-1"> <div class="col-md-10 col-md-offset-1">
<uib-tabset active="active"> <uib-tabset active="active">
<uib-tab index="1" heading="Terminal" select="showTerminal()"></uib-tab>
<uib-tab index="0" heading="Logs" select="showLogs()"></uib-tab> <uib-tab index="0" heading="Logs" select="showLogs()"></uib-tab>
<uib-tab index="1" heading="Terminal" select="showTerminal()"></uib-tab>
</uib-tabset> </uib-tabset>
<select class="form-control pull-right inline" ng-options="log.name for log in logs track by log.value" ng-model="selected"></select> <select class="form-control pull-right inline" ng-options="log.name for log in logs track by log.value" ng-model="selected"></select>