-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'open1193' of https://github.com/nasa/openmctweb into op…
…en1193
- Loading branch information
Showing
8 changed files
with
46 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
platform/features/conductor-v2/conductor/res/templates/time-conductor.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 2 additions & 16 deletions
18
platform/features/conductor-v2/conductor/res/templates/time-of-interest.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,13 @@ | ||
<!-- | ||
<div class="l-toi-holder" | ||
ng-class="{ 'pinned': toi.pinned, 'val-to-right': toi.left < 80 }" | ||
ng-class="{ 'pinned': toi.pinned, 'val-to-left': toi.left > 80 }" | ||
ng-style="{'left': toi.left + '%'}"> | ||
<div class="l-toi"> | ||
<a class="t-button-unpin icon-button" title="Unset Time of Interest" | ||
ng-click="toi.dismiss()"></a> | ||
<a class="t-button-resync icon-button" title="Re-sync Time of Interest" | ||
ng-click="toi.resync()"></a> | ||
</div> | ||
<span class="l-toi-val">{{toi.toiText}}</span> | ||
</div> | ||
--> | ||
|
||
<div class="l-toi-holder" | ||
ng-class="{ 'pinned': true, 'val-to-right': true }" | ||
ng-style="{'left': 50 + '%'}"> | ||
<div class="l-flex-row l-toi"> | ||
<span class="flex-elem l-flex-row l-toi-buttons"> | ||
<a class="flex-elem t-button-resync icon-button" title="Re-sync Time of Interest" | ||
ng-click="toi.resync()"></a> | ||
<a class="flex-elem t-button-unpin icon-button" title="Unset Time of Interest" | ||
ng-click="toi.dismiss()"></a> | ||
</span> | ||
<span class="flex-elem l-toi-val">{{toi.toiText}}2016-09-16 21:30:30</span> | ||
<span class="flex-elem l-toi-val">{{toi.toiText}}</span> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters