DX NetOps

  • 1.  OneClick - Adding rows to existing subview menu

    Posted Feb 02, 2018 01:36 PM

    I have added new attributes to the asset information subview menu and created 4 new columns.

    The problem I have is that the "Notes" field when adding information to it pushes the columns on the right farther away to the right. 

    How can I add a new row so I can move the "Notes" field by itself and will not cause any movement to my columns?

     

    <field-subview id="asset-info-subview-config">
    <privilege>
      <name>asset-info</name>
    </privilege>

      <field-column>
       <column idref="column-userasset-app-config"><editable/></column>
        <column idref="column-userasset-application-config"><editable/></column>
        <column idref="column-modelnotes-config"><editable/></column>

    <f/ield-column>

     

    <field-column>
        <column idref="column-userasset-environment-config"><editable/></column>
        <column idref="column-macaddress-config"><editable/></column>
        <column idref="column-userasset-contact-config"><editable/></column>

    </field-column>

     

    <field-column>
        <column idref="column-serialnumber-config"><editable/></column>
        <column idref="column-chassismodel-config"><editable/></column>
        <column idref="column-userasset-recovery-config"><editable/></column>
    </field-column>

     

    <field-column>

    <column idref="column-userasset-contractnumber-config"><editable/></column>
        <column idref="column-userasset-contractstartdate-config"><editable/></column>
        <column idref="column-userasset-contractenddate-config"><editable/></column>
        <column idref="column-userasset-sanwwn-config"><editable/></column>
        <column idref="column-userasset-vm-config"><editable/></column>

    </field-column>

    </field-subview>

     

    Thank you,

     

    Raúl



  • 2.  Re: OneClick - Adding rows to existing subview menu

    Broadcom Employee
    Posted Feb 05, 2018 05:11 AM

    Hi Raul,

     

    Perhaps adding expanded="false" to the <field-subview idref="asset-info-subview-config" expanded="false">  will help as mentioned in this KB article.

     

     

    Can the Asset Information subview on OneClick be added for interface models? 

     

    If that doesn´t help can you please add a screenshot to show what you are seeing now?

     

    Best regards,

    Glenn



  • 3.  Re: OneClick - Adding rows to existing subview menu

    Posted Feb 08, 2018 09:47 AM

    Thank you Glenn for the suggestion, here is what I want to happen, move the notes field to its own row that way when I am adding a long line to Notes it will not push any columns to the right.