blob: 4d8c8548a9791454559220dd1a4e1941f862c331 [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>
<form data-dojo-attach-point="createDashboardForm" data-dojo-type="dijit/form/Form" id="${id}_createDashboardForm">
<div>
<div class="clear">
<label class="formLabel-labelCell tableContainer-labelCell" for="${id}_dashboardScope"
id="${id}_scopeLabel">Associate dashboard with*: </label>
<select id="${id}_dashboardScope" class="formLabel-controlCell tableContainer-valueCell"
data-dojo-attach-point="scope"
data-dojo-type='dijit/form/FilteringSelect'
data-dojo-props="name: 'scope',
placeHolder: 'Dashboard scope',
required: true,
intermediateChanges: true"
title="Determines where to save the dashboard and where to get queries.
Only queries with the same associated object can be added to the dashboard.
Dashboards associated with a Virtual Host will be replicated across HA nodes."
promptMessage="Determines where to save the dashboard and where to get queries.
Only queries with the same associated object can be added to the dashboard.
Dashboards associated with a Virtual Host will be replicated across HA nodes.">
</select>
</div>
<div class="clear"></div>
</div>
<div class="dijitDialogPaneActionBar">
<input id="${id}_cancelButton"
data-dojo-attach-point="cancelButton"
data-dojo-type="dijit/form/Button"
type="button"
label="Cancel"/>
<input id="${id}_okButton"
data-dojo-attach-point="okButton"
data-dojo-type="dijit/form/Button"
type="submit" label="Ok"/>
</div>
</form>
</div>