<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: OneView Integrate Existing FlexView into Device View or Device Contect Menu in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/oneview-integrate-existing-flexview-into-device-view-or-device/m-p/43769#M5772</link>
    <description>That 's fine ! &lt;BR /&gt;
It works like you described ;-))&lt;BR /&gt;
&lt;BR /&gt;
i want disable some colums by default - i guess i have to manipulate the used Flexviews.&lt;BR /&gt;
&lt;BR /&gt;
But if i do a find for the name of the FlexView i found several places:&lt;BR /&gt;
&lt;BR /&gt;
/usr/local/Enterasys_Networks/NetSight/appdata/System/FlexViews/VLAN/Troubleshooting/802_1Q VLAN Current Table.tpl&lt;BR /&gt;
&lt;BR /&gt;
/usr/local/Enterasys_Networks/NetSight/appdata/VendorProfiles/Released/standard/FlexViews/VLAN/Troubleshooting/802_1Q VLAN Current Table.tpl&lt;BR /&gt;
&lt;BR /&gt;
/usr/local/Enterasys_Networks/NetSight/appdata/VendorProfiles/System/FlexViews/VLAN/Troubleshooting/802_1Q VLAN Current Table.tpl&lt;BR /&gt;
&lt;BR /&gt;
/usr/local/Enterasys_Networks/NetSight/appdata/VendorProfiles/Stage/standard/FlexViews/VLAN/Troubleshooting/802_1Q VLAN Current Table.tpl&lt;BR /&gt;
&lt;BR /&gt;
/usr/local/Enterasys_Networks/NetSight/wildfly/standalone/deployments/Monitor.war/WEB-INF/classes/com/enterasys/netsight/api/Resources/Vendors/Released/standard/FlexViews/VLAN/Troubleshooting/802_1Q VLAN Current Table.tpl&lt;BR /&gt;
&lt;BR /&gt;
Which is the correct one ?&lt;BR /&gt;
&lt;BR /&gt;
All Views in DeviceView are ReadOnly altough the used FlexView is also ReadWrite possible. &lt;BR /&gt;
Is there a way to open the above FlexView in context of the Switch as ReadWrite ? &lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Sat, 10 Nov 2018 23:50:00 GMT</pubDate>
    <dc:creator>M_Nees</dc:creator>
    <dc:date>2018-11-10T23:50:00Z</dc:date>
    <item>
      <title>OneView Integrate Existing FlexView into Device View or Device Contect Menu</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/oneview-integrate-existing-flexview-into-device-view-or-device/m-p/43767#M5770</link>
      <description>How can i bind an existing Default FlexView into the Device View or Device Context Menu?&lt;BR /&gt;
&lt;BR /&gt;
As you can see here - a lot (really a lot) FlexViews are possible&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="3abcf8afa4ba4fc8ba903f162bdf6a86_RackMultipart20181110-7262-1xsctz3-FlexViewes_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/45i9DCFDA35ADDB0663/image-size/large?v=v2&amp;amp;px=999" role="button" title="3abcf8afa4ba4fc8ba903f162bdf6a86_RackMultipart20181110-7262-1xsctz3-FlexViewes_inline.png" alt="3abcf8afa4ba4fc8ba903f162bdf6a86_RackMultipart20181110-7262-1xsctz3-FlexViewes_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
How can i bind some of them into Device View or maybe better as Device Context Menue ?&lt;BR /&gt;
&lt;BR /&gt;
I found this:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://github.com/extremenetworks/Netsight-Report-Views/blob/master/DeviceView/README.md" target="_blank" rel="nofollow noreferrer noopener"&gt;https://github.com/extremenetworks/Netsight-Report-Views/blob/master/DeviceView/README.md&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
But the FlexView are *.tpl files and above link mention that *.xml files have to be used.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for help.&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Nov 2018 23:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/oneview-integrate-existing-flexview-into-device-view-or-device/m-p/43767#M5770</guid>
      <dc:creator>M_Nees</dc:creator>
      <dc:date>2018-11-10T23:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: OneView Integrate Existing FlexView into Device View or Device Contect Menu</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/oneview-integrate-existing-flexview-into-device-view-or-device/m-p/43768#M5771</link>
      <description>Hi Matthias.&lt;BR /&gt;
&lt;BR /&gt;
take some simple device view (XML) from GitHub and open it with your favorite text editor.&lt;BR /&gt;
Example: DeviceViewCiscoVlans.xml&lt;BR /&gt;
&lt;BR /&gt;
reportId = unique identifier without spaces&lt;BR /&gt;
title =  not sure if unique but why not have it unique...&lt;BR /&gt;
viewTabTitle = the visible tab name&lt;BR /&gt;
viewOrder = if you have more tabs then the lower number is more left&lt;BR /&gt;
family =  what family you want this tab to show&lt;BR /&gt;
viewId = name of the flexview&lt;BR /&gt;
&lt;BR /&gt;
Once you are happy with your edits, follow the procedure of installing your own device view. procedure is at GitHub also.&lt;BR /&gt;
&lt;BR /&gt;
When you have simple device view working, take some more advanced and I am sure you will understand it quickly. Example: DeviceViewCiscoResources.xml&lt;BR /&gt;
&lt;BR /&gt;
Once you are happy with the result, feel free to share it with community.&lt;BR /&gt;
&lt;BR /&gt;
Enjoy weekend!&lt;BR /&gt;
&lt;BR /&gt;
Z.</description>
      <pubDate>Sat, 10 Nov 2018 23:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/oneview-integrate-existing-flexview-into-device-view-or-device/m-p/43768#M5771</guid>
      <dc:creator>Zdeněk_Pala</dc:creator>
      <dc:date>2018-11-10T23:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: OneView Integrate Existing FlexView into Device View or Device Contect Menu</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/oneview-integrate-existing-flexview-into-device-view-or-device/m-p/43769#M5772</link>
      <description>That 's fine ! &lt;BR /&gt;
It works like you described ;-))&lt;BR /&gt;
&lt;BR /&gt;
i want disable some colums by default - i guess i have to manipulate the used Flexviews.&lt;BR /&gt;
&lt;BR /&gt;
But if i do a find for the name of the FlexView i found several places:&lt;BR /&gt;
&lt;BR /&gt;
/usr/local/Enterasys_Networks/NetSight/appdata/System/FlexViews/VLAN/Troubleshooting/802_1Q VLAN Current Table.tpl&lt;BR /&gt;
&lt;BR /&gt;
/usr/local/Enterasys_Networks/NetSight/appdata/VendorProfiles/Released/standard/FlexViews/VLAN/Troubleshooting/802_1Q VLAN Current Table.tpl&lt;BR /&gt;
&lt;BR /&gt;
/usr/local/Enterasys_Networks/NetSight/appdata/VendorProfiles/System/FlexViews/VLAN/Troubleshooting/802_1Q VLAN Current Table.tpl&lt;BR /&gt;
&lt;BR /&gt;
/usr/local/Enterasys_Networks/NetSight/appdata/VendorProfiles/Stage/standard/FlexViews/VLAN/Troubleshooting/802_1Q VLAN Current Table.tpl&lt;BR /&gt;
&lt;BR /&gt;
/usr/local/Enterasys_Networks/NetSight/wildfly/standalone/deployments/Monitor.war/WEB-INF/classes/com/enterasys/netsight/api/Resources/Vendors/Released/standard/FlexViews/VLAN/Troubleshooting/802_1Q VLAN Current Table.tpl&lt;BR /&gt;
&lt;BR /&gt;
Which is the correct one ?&lt;BR /&gt;
&lt;BR /&gt;
All Views in DeviceView are ReadOnly altough the used FlexView is also ReadWrite possible. &lt;BR /&gt;
Is there a way to open the above FlexView in context of the Switch as ReadWrite ? &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Nov 2018 23:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/oneview-integrate-existing-flexview-into-device-view-or-device/m-p/43769#M5772</guid>
      <dc:creator>M_Nees</dc:creator>
      <dc:date>2018-11-10T23:50:00Z</dc:date>
    </item>
  </channel>
</rss>

