diff --git a/uiserver/src/components/ViewManager.js b/uiserver/src/components/ViewManager.js index 2ca1959..f47a045 100644 --- a/uiserver/src/components/ViewManager.js +++ b/uiserver/src/components/ViewManager.js @@ -755,7 +755,7 @@ class ViewManager extends Component { {/* Scroll space at end of page */} - this.setState({ open: false })} maxWidth="md" fullWidth> + this.setState({ open: false })} maxWidth="lg" fullWidth> {editingId ? 'Edit View' : 'Create New View'} this.updateChannel(idx, { sma: e.target.value })} - sx={{ width: 70, ml: 1 }} + sx={{ width: 100, ml: 1 }} title="Simple Moving Average" > + SMA {SMA_OPTIONS.map(opt => ( - SMA: {opt.label} + {opt.label} ))} this.updateChannel(idx, { yAxis: e.target.value })} - sx={{ width: 75, ml: 1 }} + sx={{ width: 85, ml: 1 }} > Left Right