[node-patches] Change in ovirt-node[master]: Provide empty models if there is no model needed

fabiand at fedoraproject.org fabiand at fedoraproject.org
Tue Dec 11 20:09:34 UTC 2012


Fabian Deutsch has uploaded a new change for review.

Change subject: Provide empty models if there is no model needed
......................................................................

Provide empty models if there is no model needed

Change-Id: Ie15abb3d0c3e52484ef3d257be15313dc845212e
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M scripts/tui/src/ovirt/node/plugins/features.py
M scripts/tui/src/ovirt/node/plugins/usage.py
2 files changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/86/9886/1

diff --git a/scripts/tui/src/ovirt/node/plugins/features.py b/scripts/tui/src/ovirt/node/plugins/features.py
index 69cfc2b..5816579 100644
--- a/scripts/tui/src/ovirt/node/plugins/features.py
+++ b/scripts/tui/src/ovirt/node/plugins/features.py
@@ -51,3 +51,6 @@
         page = ovirt.node.ui.Page(widgets)
         page.has_save_button = False
         return page
+
+    def model(self):
+        return {}
diff --git a/scripts/tui/src/ovirt/node/plugins/usage.py b/scripts/tui/src/ovirt/node/plugins/usage.py
index 8d0254c..c3549f0 100644
--- a/scripts/tui/src/ovirt/node/plugins/usage.py
+++ b/scripts/tui/src/ovirt/node/plugins/usage.py
@@ -53,3 +53,6 @@
         page = ovirt.node.ui.Page(widgets)
         page.has_save_button = False
         return page
+
+    def model(self):
+        return {}


--
To view, visit http://gerrit.ovirt.org/9886
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie15abb3d0c3e52484ef3d257be15313dc845212e
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>



More information about the node-patches mailing list