diff --git a/packages/grid_client/tests/README.md b/packages/grid_client/tests/README.md index d9fa640695..149bcaa896 100644 --- a/packages/grid_client/tests/README.md +++ b/packages/grid_client/tests/README.md @@ -42,5 +42,5 @@ yarn test --runInBand > `--coverage`: Collect and report coverage. > `--colors`: Force colorful output. > `--forceExit`: Force the process to exit after tests complete. -> +> > **Note:** Some tests are using Mycelium for the SSH connection, which is why it is important for Mycelium to be running. diff --git a/packages/playground/public/info/jenkins.md b/packages/playground/public/info/jenkins.md index 30967363d3..7fe116ac44 100644 --- a/packages/playground/public/info/jenkins.md +++ b/packages/playground/public/info/jenkins.md @@ -2,4 +2,4 @@ title: Jenkins --- -Jenkins is a popular open-source automation server that enables developers to build, test, and deploy their applications continuously. For more details, check [Jenkins documentation](https://www.manual.grid.tf/documentation/dashboard/solutions/jenkins.html). \ No newline at end of file +Jenkins is a popular open-source automation server that enables developers to build, test, and deploy their applications continuously. For more details, check [Jenkins documentation](https://www.manual.grid.tf/documentation/dashboard/solutions/jenkins.html). diff --git a/packages/playground/src/components/NetworkItem.vue b/packages/playground/src/components/NetworkItem.vue new file mode 100644 index 0000000000..26ba750687 --- /dev/null +++ b/packages/playground/src/components/NetworkItem.vue @@ -0,0 +1,38 @@ + + + diff --git a/packages/playground/src/components/applications/ApplicationCards.vue b/packages/playground/src/components/applications/ApplicationCards.vue index 03c6295847..63edd33855 100644 --- a/packages/playground/src/components/applications/ApplicationCards.vue +++ b/packages/playground/src/components/applications/ApplicationCards.vue @@ -7,7 +7,7 @@ diff --git a/packages/playground/src/components/input_tooltip.vue b/packages/playground/src/components/input_tooltip.vue index ea6c8bd83e..e2b536cc99 100644 --- a/packages/playground/src/components/input_tooltip.vue +++ b/packages/playground/src/components/input_tooltip.vue @@ -1,5 +1,5 @@