fix: limit height XvB in submenu Process of P2pool Tab

This commit is contained in:
Louis-Marie Baer 2024-03-21 22:08:11 +01:00
parent 135de3d556
commit 7797b5e81d

View file

@ -377,8 +377,8 @@ fn xvb(
//
let api = &lock!(xvb_api).stats_pub;
let enabled = xvb_alive;
ScrollArea::vertical().show(ui, |ui| {
ui.group(|ui| {
ScrollArea::vertical().show(ui, |ui| {
ui.vertical(|ui| {
debug!("Status Tab | Rendering [XvB]");
ui.set_enabled(enabled); // for now there is no API ping or /health, so we verify if the field reward_yearly is empty or not.