Skip to content

Commit 59116fb

Browse files
committed
feat(elixir:gsmlg): Fix livedashboard os info.
1 parent dc24ad7 commit 59116fb

File tree

2 files changed

+2
-38
lines changed

2 files changed

+2
-38
lines changed

elixir/gsmlg_umbrella/apps/gsmlg/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defmodule GSMLG.MixProject do
2424
def application do
2525
[
2626
mod: {GSMLG.Application, []},
27-
extra_applications: [:logger, :runtime_tools]
27+
extra_applications: [:logger, :runtime_tools, :os_mon]
2828
]
2929
end
3030

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,5 @@
11
<section class="phx-hero">
2-
<h1><%= gettext "Welcome to %{name}!", name: "Phoenix" %></h1>
2+
<h1><%= gettext "Welcome to %{name}!", name: "GSMLG" %></h1>
33
<p>Peace of mind from prototype to production</p>
44
</section>
55

6-
<section class="row">
7-
<article class="column">
8-
<h2>Resources</h2>
9-
<ul>
10-
<li>
11-
<a href="https://hexdocs.pm/phoenix/overview.html">Guides &amp; Docs</a>
12-
</li>
13-
<li>
14-
<a href="https://github.com/phoenixframework/phoenix">Source</a>
15-
</li>
16-
<li>
17-
<a href="https://github.com/phoenixframework/phoenix/blob/v1.6/CHANGELOG.md">v1.6 Changelog</a>
18-
</li>
19-
</ul>
20-
</article>
21-
<article class="column">
22-
<h2>Help</h2>
23-
<ul>
24-
<li>
25-
<a href="https://elixirforum.com/c/phoenix-forum">Forum</a>
26-
</li>
27-
<li>
28-
<a href="https://web.libera.chat/#elixir">#elixir on Libera Chat (IRC)</a>
29-
</li>
30-
<li>
31-
<a href="https://twitter.com/elixirphoenix">Twitter @elixirphoenix</a>
32-
</li>
33-
<li>
34-
<a href="https://elixir-slackin.herokuapp.com/">Elixir on Slack</a>
35-
</li>
36-
<li>
37-
<a href="https://discord.gg/elixir">Elixir on Discord</a>
38-
</li>
39-
</ul>
40-
</article>
41-
</section>

0 commit comments

Comments
 (0)