blob: 8932a7d9a72b000680e493917e72d79600ac798c [file] [log] [blame]
{{!
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
}}
<div class="number-widget thumbnail">
{{#if view.isLoaded}}
<a {{bindAttr class=":corner-icon :span1 view.parentView.isMoving:hidden"}} href="#" {{action hideWidget view.id target="view"}}>
<i class="icon-remove-sign icon-large"></i>
</a>
<div class="caption title span11">{{view.content.widgetName}}</div>
<div class="widget-icons">
{{#if controller.isAmbariMetricsInstalled}}
<a class="corner-icon pull-right" href="#" {{action editWidget target="view"}}>
<i class="icon-edit"></i>
</a>
<a class="corner-icon pull-right" href="#" {{action cloneWidget target="view"}}>
<i class="icon-copy"></i>
</a>
{{/if}}
</div>
<div {{bindAttr class="view.contentColor :content"}}>{{view.displayValue}}</div>
{{#if view.content.description}}
<div class="hidden-description">
{{view.content.description}}
</div>
{{/if}}
{{else}}
{{view App.SpinnerView}}
{{/if}}
</div>