git://git.onelab.eu
/
plstackapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b24cc93
)
fix unable to add nodes from deployment admin
author
Scott Baker
<smbaker@gmail.com>
Mon, 9 Jun 2014 18:01:16 +0000
(11:01 -0700)
committer
Scott Baker
<smbaker@gmail.com>
Mon, 9 Jun 2014 18:01:16 +0000
(11:01 -0700)
planetstack/core/admin.py
patch
|
blob
|
history
diff --git
a/planetstack/core/admin.py
b/planetstack/core/admin.py
index
bc1bb0d
..
6fe9095
100644
(file)
--- a/
planetstack/core/admin.py
+++ b/
planetstack/core/admin.py
@@
-319,13
+319,13
@@
class NodeROInline(ReadOnlyTabularInline):
model = Node
extra = 0
suit_classes = 'suit-tab suit-tab-nodes'
- fields = ['name','deployment']
+ fields = ['name','deployment'
,'site'
]
class NodeInline(PlStackTabularInline):
model = Node
extra = 0
suit_classes = 'suit-tab suit-tab-nodes'
- fields = ['name','deployment']
+ fields = ['name','deployment'
,'site'
]
class DeploymentPrivilegeROInline(ReadOnlyTabularInline):
model = DeploymentPrivilege