We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d19995 commit eb454dfCopy full SHA for eb454df
1 file changed
src/main/resources/com/microsoft/azure/vmagent/AzureVMComputer/configure.jelly
@@ -1,6 +1,6 @@
1
<?jelly escape-by-default='true'?>
2
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:l="/lib/layout" xmlns:f="/lib/form">
3
- <l:layout permission="${app.ADMINISTER}" title="${it.name} Configuration">
+ <l:layout permission="${it.EXTENDED_READ}" title="${it.name} Configuration">
4
<st:include page="sidepanel.jelly"/>
5
<l:main-panel>
6
<f:entry title="${%Name}">
0 commit comments