added bullet points to diag info string
This commit is contained in:
parent
85be8744d4
commit
29803c9b26
1 changed files with 5 additions and 5 deletions
|
|
@ -23,11 +23,11 @@ defmodule PinchflatWeb.Settings.SettingHTML do
|
||||||
|
|
||||||
def diagnostic_info_string do
|
def diagnostic_info_string do
|
||||||
"""
|
"""
|
||||||
App Version: #{Application.spec(:pinchflat)[:vsn]}
|
- App Version: #{Application.spec(:pinchflat)[:vsn]}
|
||||||
yt-dlp Version: #{Settings.get!(:yt_dlp_version)}
|
- yt-dlp Version: #{Settings.get!(:yt_dlp_version)}
|
||||||
Apprise Version: #{Settings.get!(:apprise_version)}
|
- Apprise Version: #{Settings.get!(:apprise_version)}
|
||||||
System Architecture: #{to_string(:erlang.system_info(:system_architecture))}
|
- System Architecture: #{to_string(:erlang.system_info(:system_architecture))}
|
||||||
Timezone: #{Application.get_env(:pinchflat, :timezone)}
|
- Timezone: #{Application.get_env(:pinchflat, :timezone)}
|
||||||
"""
|
"""
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue