chore: add data widget for servicecontainer status, remove serveropcode data widget

This commit is contained in:
goat 2023-09-17 20:35:40 +02:00
parent 428e1afefd
commit ab9b7e1602
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
4 changed files with 70 additions and 41 deletions

View file

@ -19,7 +19,7 @@ internal class DataWindow : Window
{
private readonly IDataWindowWidget[] modules =
{
new ServerOpcodeWidget(),
new ServicesWidget(),
new AddressesWidget(),
new ObjectTableWidget(),
new FateTableWidget(),