cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
850
Views
5
Helpful
3
Replies

Two gadgets side by side?

Michael Miu
Level 1
Level 1

Hello Finesse community,

Is it possible to arrange two gadgets side by side in the layout?  Or do they always have to be stacked?

Thank you!

Mike

1 Accepted Solution

Accepted Solutions

Two columns, one gadget in each:

<tabs>

            <tab>

                <id>home</id>

                <label>finesse.container.tabs.agent.homeLabel</label>

                <columns>

                    <column>

                        <gadgets>

                            <gadget>https://localhost:8444/cuic/gadget/LiveData/LiveDataGadget.jsp?gadgetHeight=200&viewId=ECBA335B10000146000000DB0A5821F2&filterId=AgentCSQStats.csqName=CL&compositeFilterId=AgentCSQStats.AgentIds.agentId=loginId</gadget>

</gadgets>

                    </column>

<column>

                        <gadgets>

                            <gadget>https://localhost:8444/cuic/gadget/LiveData/LiveDataGadget.jsp?gadgetHeight=200&viewId=ECBD422610000146000001500A5821F2&filterId=ResourceIAQStats.resourceId=CL</gadget>

                        </gadgets>

                    </column>

                </columns>

            </tab>

View solution in original post

3 Replies 3

tephipps
Cisco Employee
Cisco Employee

Multiple columns of gadgets (side by side or 3 or 4 columns of gadgets) is a feature that came in Finesse 10.5.

Would you please provide a sample?

Two columns, one gadget in each:

<tabs>

            <tab>

                <id>home</id>

                <label>finesse.container.tabs.agent.homeLabel</label>

                <columns>

                    <column>

                        <gadgets>

                            <gadget>https://localhost:8444/cuic/gadget/LiveData/LiveDataGadget.jsp?gadgetHeight=200&viewId=ECBA335B10000146000000DB0A5821F2&filterId=AgentCSQStats.csqName=CL&compositeFilterId=AgentCSQStats.AgentIds.agentId=loginId</gadget>

</gadgets>

                    </column>

<column>

                        <gadgets>

                            <gadget>https://localhost:8444/cuic/gadget/LiveData/LiveDataGadget.jsp?gadgetHeight=200&viewId=ECBD422610000146000001500A5821F2&filterId=ResourceIAQStats.resourceId=CL</gadget>

                        </gadgets>

                    </column>

                </columns>

            </tab>

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: