mirror of
https://git.proxmox.com/git/pve-installer
synced 2025-04-28 16:59:06 +00:00
tui: use non-slanted logo
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
This commit is contained in:
parent
6569493827
commit
e730b3fee4
@ -44,11 +44,11 @@ use views::{
|
||||
|
||||
// TextView::center() seems to garble the first two lines, so fix it manually here.
|
||||
const PROXMOX_LOGO: &str = r#"
|
||||
____
|
||||
/ __ \_________ _ ______ ___ ____ _ __
|
||||
/ /_/ / ___/ __ \| |/_/ __ `__ \/ __ \| |/_/
|
||||
/ ____/ / / /_/ /> </ / / / / / /_/ /> <
|
||||
/_/ /_/ \____/_/|_/_/ /_/ /_/\____/_/|_| "#;
|
||||
____
|
||||
| _ \ _ __ _____ ___ __ ___ _____ __
|
||||
| |_) | '__/ _ \ \/ / '_ ` _ \ / _ \ \/ /
|
||||
| __/| | | (_) > <| | | | | | (_) > <
|
||||
|_| |_| \___/_/\_\_| |_| |_|\___/_/\_\ "#;
|
||||
|
||||
struct InstallerView {
|
||||
view: ResizedView<Dialog>,
|
||||
|
Loading…
Reference in New Issue
Block a user