blob: 88d5756a67516cd1f0525fad3fd6f6621b21c778 [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.
}}
{{#if view.hiddenWidgets.length}}
<li class="add-widgets-dropdown-list">
<ul>
{{#each widget in view.hiddenWidgets}}
<li>
{{view view.widgetCheckbox class="checkbox" checkedBinding="widget.checked" labelBinding="widget.title"}}
</li>
{{/each}}
</ul>
</li>
<li class="add-widgets-apply-button">
<button class="btn btn-primary pull-right" {{action "applyFilter" target="view"}}>{{t common.add}}</button>
</li>
{{else}}
<li class="nothing-to-add">
<span>{{t dashboard.widgets.nothing}}</span>
</li>
{{/if}}