Updated contents for all pages and application name
This commit is contained in:
parent
fc4c9ccf4f
commit
7d301af249
@ -5,7 +5,7 @@ import { UserEndpoint } from 'Frontend/generated/UserEndpoint';
|
||||
import { makeAutoObservable } from 'mobx';
|
||||
|
||||
export class AppStore {
|
||||
applicationName = 'Fusion Management';
|
||||
applicationName = 'Fusion';
|
||||
|
||||
// The location, relative to the base path, e.g. "hello" when viewing "/hello"
|
||||
location = '';
|
||||
|
@ -5,6 +5,6 @@ import { View } from '../../views/view';
|
||||
@customElement('admin-view')
|
||||
export class AdminView extends View {
|
||||
render() {
|
||||
return html`<div>Content placeholder</div>`;
|
||||
return html`<div>Admin</div>`;
|
||||
}
|
||||
}
|
||||
|
@ -5,6 +5,6 @@ import { View } from '../../views/view';
|
||||
@customElement('home-view')
|
||||
export class HomeView extends View {
|
||||
render() {
|
||||
return html`<div>Content placeholder</div>`;
|
||||
return html`<div>Home</div>`;
|
||||
}
|
||||
}
|
||||
|
@ -5,6 +5,6 @@ import { View } from '../../views/view';
|
||||
@customElement('profile-view')
|
||||
export class ProfileView extends View {
|
||||
render() {
|
||||
return html`<div>Content placeholder</div>`;
|
||||
return html`<div>Profile</div>`;
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,7 @@
|
||||
_____ _ __ __ _
|
||||
| ___| _ _ ___ (_) ___ _ __ | \/ | __ _ _ __ __ _ __ _ ___ _ __ ___ ___ _ __ | |_
|
||||
| |_ | | | |/ __|| | / _ \ | '_ \ | |\/| | / _` || '_ \ / _` | / _` | / _ \| '_ ` _ \ / _ \| '_ \ | __|
|
||||
| _| | |_| |\__ \| || (_) || | | | | | | || (_| || | | || (_| || (_| || __/| | | | | || __/| | | || |_
|
||||
|_| \__,_||___/|_| \___/ |_| |_| |_| |_| \__,_||_| |_| \__,_| \__, | \___||_| |_| |_| \___||_| |_| \__|
|
||||
|___/
|
||||
____ _ _ ____ _____ _____ ___ ___ _____ _
|
||||
/ ___| | | | | | __ ) | ____| |_ _| |_ _| / _ \ | ___| _ _ ___ (_) ___ _ __
|
||||
| | | | | | | _ \ | _| | | | | | | | | | |_ | | | | / __| | | / _ \ | '_ \
|
||||
| |___ | |_| | | |_) | | |___ | | | | | |_| | | _| | |_| | \__ \ | | | (_) | | | | |
|
||||
\____| \___/ |____/ |_____| |_| |___| \__\_\ |_| \__,_| |___/ |_| \___/ |_| |_|
|
||||
|
||||
Spring Boot: ${spring-boot.formatted-version}
|
Loading…
Reference in New Issue
Block a user