Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add step to start agents to the deployment instructions #1268

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
ng-if="canAddAgents"
class="layout-align-start-center layout-row wz-card-actions wz-card-actions-top md-actions-ruleset">
<a class="cursor-pointer green-href" ng-click="addNewAgent()"
>Add new agent</a
>Deploy new agent</a
>
</md-card-actions>
<md-card-contents>
Expand Down Expand Up @@ -222,7 +222,7 @@
<span ng-if="noAgents" class="font-size-20"
>There are no agents registered</span
>
<span ng-if="addingAgents" class="font-size-20">Add a new agent</span>
<span ng-if="addingAgents" class="font-size-20">Deploy a new agent</span>
<span
ng-if="addingAgents"
class="close-register-agent cursor-pointer"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- Select the OS-->
<div>
<div class="bubble">1</div>
<div class="reg-agent-text">Choose your OS</div>
<div class="reg-agent-text">Choose the Operating System</div>
<div class="border-to-div">
<div class="choose-os">
<button
Expand Down Expand Up @@ -56,7 +56,7 @@
<div>
<div class="wz-margin-top-30">
<div class="bubble">3</div>
<div class="reg-agent-text">Complete the installation</div>
<div class="reg-agent-text">Install and enroll the agent</div>
<!-- snippet with install steps-->
<div
ng-if="config.osSelected && config.managerIp"
Expand Down