Skip to content

Commit eb454df

Browse files
authored
Allow extended read to view agent configuration (#347)
1 parent 9d19995 commit eb454df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/resources/com/microsoft/azure/vmagent/AzureVMComputer

src/main/resources/com/microsoft/azure/vmagent/AzureVMComputer/configure.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?jelly escape-by-default='true'?>
22
<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">
3+
<l:layout permission="${it.EXTENDED_READ}" title="${it.name} Configuration">
44
<st:include page="sidepanel.jelly"/>
55
<l:main-panel>
66
<f:entry title="${%Name}">

0 commit comments

Comments
 (0)