mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-05-02 04:26:19 +00:00
update optional args
This commit is contained in:
@@ -32,13 +32,9 @@
|
||||
</div>
|
||||
<div class="q-pa-xs q-gutter-xs">
|
||||
<q-badge class="text-caption q-mr-xs" color="grey" text-color="black">
|
||||
<code>--local-salt "C:\\<some folder or path>\\salt-minion-setup.exe"</code>
|
||||
<code>--nosalt</code>
|
||||
</q-badge>
|
||||
<span>
|
||||
To skip downloading the salt-minion during the install. Download it
|
||||
<a v-if="info.arch === '64'" :href="info.data.salt64">here</a>
|
||||
<a v-else :href="info.data.salt32">here</a>
|
||||
</span>
|
||||
<span> Do not install salt during agent install. </span>
|
||||
</div>
|
||||
<div class="q-pa-xs q-gutter-xs">
|
||||
<q-badge class="text-caption q-mr-xs" color="grey" text-color="black">
|
||||
@@ -57,12 +53,6 @@
|
||||
</q-badge>
|
||||
<span> To use a domain CA </span>
|
||||
</div>
|
||||
<div class="q-pa-xs q-gutter-xs">
|
||||
<q-badge class="text-caption q-mr-xs" color="grey" text-color="black">
|
||||
<code>--timeout NUMBER_IN_SECONDS</code>
|
||||
</q-badge>
|
||||
<span> To increase the default timeout of 900 seconds for the installer. Use on slow computers.</span>
|
||||
</div>
|
||||
</q-expansion-item>
|
||||
<br />
|
||||
<p class="text-italic">Note: the auth token above will be valid for {{ info.expires }} hours.</p>
|
||||
|
||||
Reference in New Issue
Block a user