hallo,

i hope anyone can help :)

spectrum 8.1 h14
-->
i create a global collection, with all interfaces in area A. then i create some 
additional tables in the component-detail-view (whithin sub-menues).
this tables will show different attributes of interfaces (any from database --> 
e.g. model-name, any via SNMP --> e.g. IfInOctets), but all tables-fields are 
empty.
the attribute-ID's are right and i think generally the fields with 
database-attributes should be not empty.

can anyone help?

table-CRC-config.xml:
*********************
<table id="table-CRC-config"
       xmlns="http://www.aprisma.com";
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
       xsi:schemaLocation="http://www.aprisma.com
                           ../../common/schema/table-config.xsd">
  <swing-header-row-template>
    <static-color idref="row-header-color-config"/>
  </swing-header-row-template>
  <swing-row-template>
    <enumerated-color idref="alternatingrow-color-config"/>
  </swing-row-template>
  <column-list>
        <!-- 0x1134b - IfDescr - EXAMPLE-TABLE -->
    <column>
      <name>IfDescription</name>
          <default-width>100</default-width>
      <content>
        <attribute>0x1134b</attribute>
            <renderer>
              <param name="attrID">0x1134b</param>
        com.aprisma.spectrum.app.util.render.EnumeratedAttrRenderer
            </renderer>
      </content>
    </column>
  </column-list>
</table>

crc-sub-app-view.xml:
*********************
<application-subview id="crc-sub-app-view">
  <subviews>
      <table-subview idref="table-CRC-config">
      <title>CRC Table</title>
    </table-subview>
 </subviews>

 

  
---
To unsubscribe from spectrum, send email to [email protected] with the body: 
unsubscribe spectrum [email protected]

Reply via email to