mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
This commit is contained in:
@@ -277,11 +277,6 @@ edit-in-place p.editable:hover {
|
||||
min-width: 10px;
|
||||
overflow-x: hidden;
|
||||
|
||||
> .rg-right {
|
||||
height: auto;
|
||||
bottom: 50px;
|
||||
}
|
||||
|
||||
.schema-container {
|
||||
}
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user