feat: added scroll bar to simple program
note that it will take quite a lot of items for the simple prog to be filled up, only when it's overflown the scroll bar will appear ref: N25B-400
This commit is contained in:
@@ -190,11 +190,7 @@ const MonitoringPage: React.FC = () => {
|
||||
<StatusList title="Goals" items={goals} type="goal" />
|
||||
<StatusList title="Triggers" items={triggers} type="trigger" />
|
||||
<StatusList title="Norms" items={norms} type="norm" />
|
||||
<StatusList
|
||||
title="Conditional Norms"
|
||||
items={conditionalNorms}
|
||||
type="cond_norm"
|
||||
/>
|
||||
<StatusList title="Conditional Norms" items={conditionalNorms} type="cond_norm"/>
|
||||
</main>
|
||||
|
||||
{/* LOGS */}
|
||||
|
||||
Reference in New Issue
Block a user