Hi Community,
Is there any way we can restrict users to create Dashboards in JSW datacenter.
Only dashboards to restrict.
I checked global permission user shared object it is for filters as well
Hi @Saqib Dar ,
The global permission create shared objects will not prevent the users from creating the dashboard, it will just prevent them from sharing them with other users.
Also as you point out, sharing dashboard and filters are bundled in this permission so you cannot differentiate between the two I am afraid.
best regards,
Lisa
Well, as said here before i don't think that's a good idea to block creating dashboards but if u have too you can add style to announcement banner like this.
<style type="text/css">
#create_page { display: none !important; }
</style>
this will hide create new dashboard button for everyone in UI.
Hope it helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't think it's supported in the tool natively apart from filters (nor do I see a feature request for it in atl backlog). So I suppose it would require some workarounds such as hiding the webUI elements and/or blocking some uris, so not pretty.
I suppose the question would be "why?".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.