Viewing File: /usr/local/cpanel/base/frontend/jupiter/site-monitor/directives/monitorsDirective.phtml

<span>
    <ul ng-if="site.monitors.length > 0"
        class="monitor-list">
        <li ng-repeat="monitor in ::site.monitors"
            id="{{ ::monitor.name}}"
            class="monitor ng-hide"
            ng-show="monitor.state !== MonitorState.None">
            <monitor data="monitor" parentID="{{parentID}}" />
        </li>
    </ul>
    <span ng-if="site.fetchFailed">
        {{ LOCALE.maketext("Error Loading") }}
    </span>
    <span ng-if="!site.fetchFailed && site.monitors.length == 0">
        {{ LOCALE.maketext("None") }}
    </span>
</span>
Back to Directory File Manager