-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
20 additions
and
15 deletions.
There are no files selected for viewing
3 changes: 1 addition & 2 deletions
3
javascripts/discourse/connectors/about-after-description/hide-admins.hbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
<div {{did-insert this.hideAdmins}}></div> | ||
|
||
<div {{did-insert this.hideAdmins}}></div> |
5 changes: 2 additions & 3 deletions
5
javascripts/discourse/connectors/about-after-description/hide-admins.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 17 additions & 10 deletions
27
javascripts/discourse/connectors/admin-upgrade-header/pfaffmanager-info.hbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,19 @@ | ||
{{#if haveDashboard}} | ||
<div class="lc-dashboard"> | ||
<h2>Literate Computing Dashboard</h2> | ||
<div class="lc-dashboard"> | ||
<h2>Literate Computing Dashboard</h2> | ||
|
||
{{log "this is settings" haveDashboard}} | ||
<p>This site is, or has been, managed or installed by the <a target="_blank" href="https://dashboard.literatecomputing.com">Literate Computing Dashboard</a>. | ||
You can use the dashboard to do command line rebuilds, add or remove plugins, and more. The Dashboard runs the same commands as | ||
recommended for a standard install (like <tt>./launcher rebuild app</tt>), but also does some things you might forget, like | ||
restarting the existing container if the rebuild fails, managing Postgres upgrades and so on.</p> | ||
<p>If a Critical Update is available, sometimes a command line upgrade is required and the dashboard can manage that for you with just a few clicks.</p> | ||
</div> | ||
{{/if}} | ||
<p>This site is, or has been, managed or installed by the | ||
<a | ||
rel="noopener noreferrer" | ||
target="_blank" | ||
href="https://dashboard.literatecomputing.com" | ||
>Literate Computing Dashboard</a>. You can use the dashboard to do command | ||
line rebuilds, add or remove plugins, and more. The Dashboard runs the | ||
same commands as recommended for a standard install (like | ||
<code>./launcher rebuild app</code>), but also does some things you might | ||
forget, like restarting the existing container if the rebuild fails, | ||
managing Postgres upgrades and so on.</p> | ||
<p>If a Critical Update is available, sometimes a command line upgrade is | ||
required and the dashboard can manage that for you with just a few clicks.</p> | ||
</div> | ||
{{/if}} |