Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Andrey Yemelyanov
noc
Commits
9ac91671
Commit
9ac91671
authored
Jun 28, 2019
by
Andrey Vertiprahov
Browse files
Fix main to aaa migrate.
parent
ef486636
Changes
2
Hide whitespace changes
Inline
Side-by-side
ui/web/ip/ipam/view/forms/prefix/AddressPanel.js
View file @
9ac91671
...
...
@@ -13,8 +13,8 @@ Ext.define("NOC.ip.ipam.view.forms.prefix.AddressPanel", {
"
NOC.ip.addressprofile.LookupField
"
,
"
NOC.project.project.LookupField
"
,
"
NOC.sa.managedobject.LookupField
"
,
"
NOC.
main
.user.LookupField
"
,
"
NOC.
main
.group.LookupField
"
"
NOC.
aaa
.user.LookupField
"
,
"
NOC.
aaa
.group.LookupField
"
],
currentAddressId
:
null
,
restUrl
:
"
/ip/address/
"
,
...
...
ui/web/ip/ipam/view/forms/prefix/PrefixPanel.js
View file @
9ac91671
...
...
@@ -15,8 +15,8 @@ Ext.define("NOC.ip.ipam.view.forms.prefix.PrefixPanel", {
"
NOC.peer.as.LookupField
"
,
"
NOC.vc.vc.LookupField
"
,
"
NOC.project.project.LookupField
"
,
"
NOC.
main
.user.LookupField
"
,
"
NOC.
main
.group.LookupField
"
"
NOC.
aaa
.user.LookupField
"
,
"
NOC.
aaa
.group.LookupField
"
],
currentPrefixId
:
null
,
restUrl
:
"
/ip/prefix/
"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment