diff --git a/10-Top/fcioc/top.bob b/10-Top/fcioc/top.bob index 762ffa80d1d09f17e0cc92c71165413871e63b12..9436839a2d2ef1098f91ebf4aff198888f9933a6 100644 --- a/10-Top/fcioc/top.bob +++ b/10-Top/fcioc/top.bob @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> +<!--Saved on 2023-08-25 15:05:49 by joaopaulomartins--> <display version="2.0.0"> <name>$(TITLE)</name> <macros> @@ -6,7 +7,7 @@ <TITLE>FC IOCs</TITLE> </macros> <width>750</width> - <height>470</height> + <height>650</height> <actions> </actions> <widget type="embedded" version="2.0.0"> @@ -264,12 +265,144 @@ <description>Open Display</description> </action> </actions> - <text>System overview</text> + <text>Overview</text> <x>40</x> <y>130</y> - <width>250</width> + <width>120</width> + <height>40</height> + <tooltip>$(actions)</tooltip> + </widget> + <widget type="action_button" version="3.0.0"> + <name>Action Button_3</name> + <actions> + <action type="open_display"> + <file>../../99-Shared/iocStats/iocStats.bob</file> + <macros> + <P>PBI-FC01:</P> + <R>SC-IOC-104:</R> + </macros> + <target>window</target> + <description>Open Display</description> + </action> + </actions> + <text>IPMI IOC</text> + <x>170</x> + <y>130</y> + <width>120</width> <height>40</height> <tooltip>$(actions)</tooltip> </widget> </widget> + <widget type="group" version="2.0.0"> + <name>IPMI</name> + <x>390</x> + <y>480</y> + <width>330</width> + <height>150</height> + <style>3</style> + <transparent>true</transparent> + <widget type="rectangle" version="2.0.0"> + <name>BGGrey03-titlebar_10</name> + <width>330</width> + <height>150</height> + <line_width>0</line_width> + <background_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </background_color> + <corner_width>10</corner_width> + <corner_height>10</corner_height> + </widget> + <widget type="rectangle" version="2.0.0"> + <name>BGGrey03-background_15</name> + <x>20</x> + <y>50</y> + <width>290</width> + <height>80</height> + <line_width>0</line_width> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <corner_width>5</corner_width> + <corner_height>5</corner_height> + </widget> + <widget type="label" version="2.0.0"> + <name>BGGrey02-title_25</name> + <text>MTCA IPMI Monitoring</text> + <width>330</width> + <height>50</height> + <font> + <font family="Source Sans Pro" style="BOLD_ITALIC" size="24.0"> + </font> + </font> + <foreground_color> + <color name="WHITE" red="255" green="255" blue="255"> + </color> + </foreground_color> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + <wrap_words>false</wrap_words> + </widget> + <widget type="action_button" version="3.0.0"> + <name>IPMIDetails</name> + <actions> + <action type="open_display"> + <file>../../99-Shared/ipmi-pbi-bpm01/chassis/Chassis.bob</file> + <macros> + <CRATE_NUM>1</CRATE_NUM> + <IOCNAME>PBI-FC01:SC-IOC-104</IOCNAME> + <IOC_PREF>PBI-FC01:SC-IOC-$(CRATE_NUM)04:</IOC_PREF> + <MTCA_PREF>PBI-FC01:Ctrl-MTCA-$(CRATE_NUM)00:</MTCA_PREF> + <NAME_MODE>0</NAME_MODE> + <P>PBI-FC01:Ctrl</P> + <SLOT10_IDX></SLOT10_IDX> + <SLOT10_MODULE></SLOT10_MODULE> + <SLOT11_IDX></SLOT11_IDX> + <SLOT11_MODULE></SLOT11_MODULE> + <SLOT12_IDX></SLOT12_IDX> + <SLOT12_MODULE></SLOT12_MODULE> + <SLOT17_MODULE></SLOT17_MODULE> + <SLOT18_MODULE></SLOT18_MODULE> + <SLOT19_MODULE></SLOT19_MODULE> + <SLOT1_IDX></SLOT1_IDX> + <SLOT1_MODULE></SLOT1_MODULE> + <SLOT20_MODULE></SLOT20_MODULE> + <SLOT21_MODULE>RTM</SLOT21_MODULE> + <SLOT22_MODULE></SLOT22_MODULE> + <SLOT23_MODULE></SLOT23_MODULE> + <SLOT24_MODULE></SLOT24_MODULE> + <SLOT25_MODULE></SLOT25_MODULE> + <SLOT26_MODULE></SLOT26_MODULE> + <SLOT27_MODULE></SLOT27_MODULE> + <SLOT28_MODULE></SLOT28_MODULE> + <SLOT2_IDX>01</SLOT2_IDX> + <SLOT2_MODULE>CPU</SLOT2_MODULE> + <SLOT3_IDX></SLOT3_IDX> + <SLOT3_MODULE></SLOT3_MODULE> + <SLOT4_IDX></SLOT4_IDX> + <SLOT4_MODULE></SLOT4_MODULE> + <SLOT5_IDX>01</SLOT5_IDX> + <SLOT5_MODULE>AMC</SLOT5_MODULE> + <SLOT6_IDX>01</SLOT6_IDX> + <SLOT6_MODULE>EVR</SLOT6_MODULE> + <SLOT7_IDX></SLOT7_IDX> + <SLOT7_MODULE></SLOT7_MODULE> + <SLOT8_IDX></SLOT8_IDX> + <SLOT8_MODULE></SLOT8_MODULE> + <SLOT9_IDX></SLOT9_IDX> + <SLOT9_MODULE></SLOT9_MODULE> + </macros> + <target>window</target> + <description>Open IPMI OPI</description> + </action> + </actions> + <text>Details</text> + <x>40</x> + <y>70</y> + <width>250</width> + <height>40</height> + <tooltip>Get to know more about modules in crate and their sensors.</tooltip> + </widget> + </widget> </display>