feat: Add Node.js worker implementation and integrate worker type selection in UI
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
<Grid Margin="12" RowDefinitions="Auto,12,*" ColumnDefinitions="260,12,*">
|
||||
|
||||
<StackPanel Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="3" Orientation="Horizontal" Spacing="8">
|
||||
<ComboBox ItemsSource="{Binding WorkerTypes}"
|
||||
SelectedItem="{Binding SelectedWorkerType}"
|
||||
Width="120" VerticalAlignment="Center" />
|
||||
<Button Content="Start 3 Children" Padding="12,6" Click="StartChildren_Click" />
|
||||
<Button Content="Ping Selected" Padding="12,6" Click="PingSelected_Click" />
|
||||
<Button Content="Start Work" Padding="12,6" Click="StartWork_Click" />
|
||||
|
||||
Reference in New Issue
Block a user