blob: 0e57a40105079ce00860c48442647b8a74664ac3 [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="exchange">
<div data-dojo-type="dijit.TitlePane" data-dojo-props="title: 'Exchange Attributes', open: true">
<div class="clear">
<div class="formLabel-labelCell">Name:</div>
<div class="name formValue-valueCell"></div>
</div>
<div class="clear"></div>
<div class="alignLeft">
<div class="clear">
<div class="formLabel-labelCell">Type:</div>
<div class="type formValue-valueCell"></div>
</div>
<div class="clear">
<div class="formLabel-labelCell">State:</div>
<div class="state formValue-valueCell"></div>
</div>
<div class="clear">
<div class="formLabel-labelCell">Durable:</div>
<div class="durable formValue-valueCell"></div>
</div>
<div class="clear">
<div class="formLabel-labelCell">Lifespan:</div>
<div class="lifetimePolicy formValue-valueCell"></div>
</div>
<div class="clear">
<div class="formLabel-labelCell">AMQP 1.0 Unroutable Message Behaviour:</div>
<div class="unroutableMessageBehaviour formValue-valueCell"></div>
</div>
</div>
<div class="alignRight">
<div class="clear">
<div class="formLabel-labelCell">Alternate Binding:</div>
<div class="alternateBinding formValue-valueCell"></div>
</div>
</div>
<div class="clear"></div>
</div>
<br/>
<div class="exchangeStatistics"></div>
<div class="dijitDialogPaneActionBar">
<button data-dojo-type="dijit.form.Button" class="editExchangeButton" type="button">Edit Exchange</button>
<button data-dojo-type="dijit.form.Button" class="deleteExchangeButton" type="button">Delete Exchange</button>
</div>
<br/>
<br/>
<div data-dojo-type="dijit.TitlePane" data-dojo-props="title: 'Bindings'">
<div class="bindings"></div>
<button data-dojo-type="dijit.form.Button" class="addBindingButton">Add Binding</button>
<button data-dojo-type="dijit.form.Button" class="deleteBindingButton">Delete Binding</button>
</div>
</div>