Cosmetic issue for Htop
Aligning text, removing spaces
This commit is contained in:
parent
16e39aa398
commit
97c8c26bb4
@ -1447,7 +1447,7 @@ index 0000000..90e512a
|
||||
+ .attributes = Eth0_Meter_attributes,
|
||||
+ .name = "Eth0",
|
||||
+ .uiName = "Eth0 IP",
|
||||
+ .caption = " Eth0 IP: ",
|
||||
+ .caption = "Eth0 IP: ",
|
||||
+};
|
||||
+
|
||||
+
|
||||
@ -1559,7 +1559,7 @@ index 0000000..974c656
|
||||
+ .attributes = Eth0_StatsMeter_attributes,
|
||||
+ .name = "Eth0stat",
|
||||
+ .uiName = "Eth0 stat",
|
||||
+ .caption = " Eth0 stat: ",
|
||||
+ .caption = "Eth0 stat: ",
|
||||
+};
|
||||
+
|
||||
+
|
||||
@ -1649,7 +1649,7 @@ index 0000000..41cfa05
|
||||
+ .attributes = Eth1_Meter_attributes,
|
||||
+ .name = "Eth1",
|
||||
+ .uiName = "Eth1 IP",
|
||||
+ .caption = " Eth1 IP: ",
|
||||
+ .caption = "Eth1 IP: ",
|
||||
+};
|
||||
+
|
||||
+
|
||||
@ -1761,7 +1761,7 @@ index 0000000..85e6dc9
|
||||
+ .attributes = Eth1_StatsMeter_attributes,
|
||||
+ .name = "Eth1stat",
|
||||
+ .uiName = "Eth1 stat",
|
||||
+ .caption = " Eth1 stat: ",
|
||||
+ .caption = "Eth1 stat: ",
|
||||
+};
|
||||
+
|
||||
+
|
||||
@ -1913,7 +1913,7 @@ index 0000000..45c675f
|
||||
+ .attributes = Kernelversion_Meter_attributes,
|
||||
+ .name = "Kernelversion",
|
||||
+ .uiName = "Kernel version",
|
||||
+ .caption = " Kernel: ",
|
||||
+ .caption = "Kernel: ",
|
||||
+};
|
||||
+
|
||||
+
|
||||
@ -2023,7 +2023,7 @@ index 0000000..588c234
|
||||
+ .attributes = OSversion_Meter_attributes,
|
||||
+ .name = "OSversion",
|
||||
+ .uiName = "OS version",
|
||||
+ .caption = " OS vers: ",
|
||||
+ .caption = "OS vers: ",
|
||||
+};
|
||||
+
|
||||
+
|
||||
|
||||
Loading…
Reference in New Issue
Block a user