?? webui-colors.xsd
字號:
<?xml version="1.0"?><schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://xmlns.opennms.org/xsd/webui-colors"> <!--- The colors used in the categories box of the WebUI --> <element name="category-colors"> <complexType> <sequence> <!-- The color used for a normal status --> <element name="green" type="string" minOccurs="1" maxOccurs="1"/> <!-- The color used for a warning status --> <element name="yellow" type="string" minOccurs="1" maxOccurs="1"/> <!-- The color used for an abnormal status --> <element name="red" type="string" minOccurs="1" maxOccurs="1"/> </sequence> </complexType> </element></schema>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -