| <!--Copyright (c) 2000-2019 Ericsson Telecom AB |
| |
| All rights reserved. This program and the accompanying materials |
| are made available under the terms of the Eclipse Public License v2.0 |
| which accompanies this distribution, and is available at |
| http:www.eclipse.org/legal/epl-v10.html --> |
| <Widgets xmlns='http://ttcn.ericsson.se/protocolModules/xtdp/xtdl'> |
| <tabbox flex="1.0" id="EPTF_Main_Tabbox2"> |
| <tabs> |
| <tab id="CSTabId" label="CentralScheduling"/> |
| </tabs> |
| <tabpanels> |
| <tabpanel id="CS_Tabpanel1_Id" orientation="vertical"> |
| <tree disabled='false' flex='1.000000' hidecolumnpicker='false' id='adminStatsTree' > |
| <treecols> |
| <treecol editable='false' flex='0.1' label='Statistics name' widgetType='string' /> |
| <treecol editable='false' flex='0.1' label='Statistics value [%]' widgetType='string' /> |
| </treecols> |
| <treechildren> |
| <treeitem> |
| <treerow> |
| <treecell id='Statistic_name1' label='AvgLGenUsage' tooltiptext=''/> |
| <treecell id='Statistic_value1' label='' tooltiptext=''> |
| <externaldata element='AvgLGenUsage' source='CentralScheduling' /> |
| </treecell> |
| </treerow> |
| <treerow> |
| <treecell id='Statistic_name2' label='MaxLGenUsage' tooltiptext=''/> |
| <treecell id='Statistic_value2' label='' tooltiptext=''> |
| <externaldata element='MaxLGenUsage' source='CentralScheduling'/> |
| </treecell> |
| </treerow> |
| </treeitem> |
| </treechildren> |
| </tree> |
| </tabpanel> |
| </tabpanels> |
| </tabbox> |
| </Widgets> |