This commit is contained in:
Levko Kravets
2018-02-05 13:35:50 +02:00
parent ce15f5665c
commit 5064744f8b
2 changed files with 9 additions and 15 deletions

View File

@@ -277,11 +277,6 @@ edit-in-place p.editable:hover {
min-width: 10px;
overflow-x: hidden;
> .rg-right {
height: auto;
bottom: 50px;
}
.schema-container {
}

View File

@@ -104,18 +104,17 @@
updated <strong><rd-time-ago value="query.updated_at"></rd-time-ago></strong>
</td>
</tr>
<tr>
<td class="p-t-15">
<span class="query-metadata__property"><span class="zmdi zmdi-refresh"></span> Refresh Schedule</span>
</td>
<td class="p-t-15 text-right">
<a ng-click="openScheduleForm()" ng-if="!query.isNew()">{{query.schedule | scheduleHumanize}}</a>
<span ng-if="query.isNew()">Never</span>
</td>
</tr>
</table>
</div>
<div class="bottom-controller-container">
<div class="query-metadata query-metadata--refresh">
<p>
<span class="query-metadata__property"><span class="zmdi zmdi-refresh"></span> Refresh Schedule</span>
<a ng-click="openScheduleForm()" ng-if="!query.isNew()">{{query.schedule | scheduleHumanize}}</a>
<span ng-if="query.isNew()">Never</span>
</p>
</div>
</div>
</nav>
<div class="content">