- Test
-
- TODO: Implement console. @this.TestCount
-
-
-
- @code {
- private int TestCount { get; set; }
-
- protected override async Task OnInitializedAsync()
- {
- await base.OnInitializedAsync();
- }
-
- private async void OnButtonClick()
- {
- try
- {
- var response = await this.k8sAgentClient.SendAsync(new SendParameter() { Name = "TestName" });
- this.logger.LogInformation(response);
- }
- catch (Exception ex)
- {
- this.logger.LogError(ex, "Error when send request.");
- }
- }
-}
diff --git a/src/WebUI/CleanMicroserviceSystem.Aphrodite/Shared/MainNavigationBar.razor b/src/WebUI/CleanMicroserviceSystem.Aphrodite/Shared/MainNavigationBar.razor
index 47e412b9..0c65d970 100644
--- a/src/WebUI/CleanMicroserviceSystem.Aphrodite/Shared/MainNavigationBar.razor
+++ b/src/WebUI/CleanMicroserviceSystem.Aphrodite/Shared/MainNavigationBar.razor
@@ -30,7 +30,6 @@