Project

General

Profile

« Previous | Next » 

Revision 58683

[Monitor Dashaboard | Fix some bugs with indicators saving]

View differences:

indicators.component.html
1
<div id="page_content" click-outside-or-esc targetId="page_content" [escClose]="false"
2
     (clickOutside)="toggleOpen($event)">
1
<div id="page_content">
3 2
  <div class="uk-padding-small md-bg-white" uk-grid>
4 3
    <div *ngIf="filters" class="uk-width-2-3@m uk-width-1-1 uk-child-width-1-3@m uk-child-width-1-1" uk-grid>
5 4
      <div>
......
260 259
                      </i>
261 260
                      <div>{{(indicator.isActive) ? 'Active' : 'Inactive'}}</div>
262 261
                    </div>
262
                    <iframe *ngIf="indicator.indicatorPaths[i].source !== 'image'"
263
                            [src]="indicator.indicatorPaths[i].safeResourceUrl"
264
                            class="uk-width-1-1 uk-height-medium"></iframe>
265
                    <div *ngIf="indicator.indicatorPaths[i].source === 'image'">
266
                      <img class="uk-width-1-1 uk-height-medium" [src]="indicator.indicatorPaths[i].url">
267
                    </div>
263 268
                  </div>
264 269
                </div>
265 270
              </div>

Also available in: Unified diff