Skip to content

Commit

Permalink
add IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
jertel committed Dec 21, 2023
1 parent 68e6e72 commit 2666288
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1101,9 +1101,9 @@ <h2 v-text="i18n.downloads"></h2>
<v-row>
<v-col>
<h3 class="my-2" v-text="i18n.downloadsElasticAgent" id="download-elasticagent"></h3>
<v-alert v-if="remoteAgentSupported" type="info" v-html="i18n.downloadsFirewallTip"></v-alert>
<v-alert v-else type="error" v-html="i18n.downloadsAgentUnavailable"></v-alert>
<ul>
<v-alert v-if="remoteAgentSupported" id="firewallTip" type="info" v-html="i18n.downloadsFirewallTip"></v-alert>
<v-alert v-else type="error" id="agentUnavailable" v-html="i18n.downloadsAgentUnavailable"></v-alert>
<ul id="installer-list">
<li><a href="/packages/so-elastic-agent_windows_amd64" download="so-elastic-agent_windows_amd64.exe">Windows x86_64 Installer</a></li>
<li><a href="/packages/so-elastic-agent_linux_amd64" download="so-elastic-agent_linux_amd64">Linux x86_64 Installer</a></li>
<li><a href="/packages/so-elastic-agent_darwin_amd64" download="so-elastic-agent_darwin_amd64">macOS x86_64 Installer</a></li>
Expand Down

0 comments on commit 2666288

Please sign in to comment.