Question
How to restrict a viewset for specific server?
1. Create 3 viewsets as META-DEV,META-TEST & META-PROD.
If I click META-DEV view set it needs to display DEV Environment items. Similarly other view sets META-TEST point to TEST Environment and META-PROD point to PROD Environment.
Note: META-DEV need not display 'TEST' & 'PROD' Environment
Thanks in adavance
shankar

