mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Website: Update app library template page. (#25650)
Changes: - Updated the app library template page to use the name of the app in the uninstall instructions.
This commit is contained in:
parent
47f25c51a9
commit
e85777ccd1
1 changed files with 1 additions and 1 deletions
2
website/views/pages/app-details.ejs
vendored
2
website/views/pages/app-details.ejs
vendored
|
|
@ -58,7 +58,7 @@
|
|||
</div>
|
||||
<div purpose="app-check">
|
||||
<h3>Is <%- thisApp.name %> up to date?</h3>
|
||||
<p>Run this query in Fleet to find old versions of 1Password across all your computers:</p>
|
||||
<p>Run this query in Fleet to find old versions of <%- thisApp.name %> across all your computers:</p>
|
||||
<div purpose="codeblock">
|
||||
<div purpose="copy-button"></div>
|
||||
<pre><code class="hljs sql">SELECT 1 FROM apps WHERE bundle_identifier = '<%= thisApp.bundleIdentifier %>' AND bundle_short_version <= '<%- thisApp.version %>';</code></pre>
|
||||
|
|
|
|||
Loading…
Reference in a new issue