summaryrefslogtreecommitdiffstats
path: root/glances/plugins/glances_uptime.py
diff options
context:
space:
mode:
Diffstat (limited to 'glances/plugins/glances_uptime.py')
-rw-r--r--glances/plugins/glances_uptime.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/glances/plugins/glances_uptime.py b/glances/plugins/glances_uptime.py
index 85a59beb..ad268538 100644
--- a/glances/plugins/glances_uptime.py
+++ b/glances/plugins/glances_uptime.py
@@ -45,12 +45,10 @@ class Plugin(GlancesPlugin):
# We want to display the stat in the curse interface
self.display_curse = True
+
# Set the message position
- # It is NOT the curse position but the Glances column/line
- # Enter -1 to right align
- self.column_curse = -1
- # Enter -1 to diplay bottom
- self.line_curse = 0
+ self.set_align('right')
+
# Init the stats
self.reset()