added bullet points to diag info string

This commit is contained in:
Kieran Eglin 2024-05-22 16:52:32 -07:00
parent 85be8744d4
commit 29803c9b26
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -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