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';
|
import { makeAutoObservable } from 'mobx';
|
||||||
|
|
||||||
export class AppStore {
|
export class AppStore {
|
||||||
applicationName = 'Fusion Management';
|
applicationName = 'Fusion';
|
||||||
|
|
||||||
// The location, relative to the base path, e.g. "hello" when viewing "/hello"
|
// The location, relative to the base path, e.g. "hello" when viewing "/hello"
|
||||||
location = '';
|
location = '';
|
||||||
|
@ -5,6 +5,6 @@ import { View } from '../../views/view';
|
|||||||
@customElement('admin-view')
|
@customElement('admin-view')
|
||||||
export class AdminView extends View {
|
export class AdminView extends View {
|
||||||
render() {
|
render() {
|
||||||
return html`<div>Content placeholder</div>`;
|
return html`<div>Admin</div>`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -5,6 +5,6 @@ import { View } from '../../views/view';
|
|||||||
@customElement('home-view')
|
@customElement('home-view')
|
||||||
export class HomeView extends View {
|
export class HomeView extends View {
|
||||||
render() {
|
render() {
|
||||||
return html`<div>Content placeholder</div>`;
|
return html`<div>Home</div>`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -5,6 +5,6 @@ import { View } from '../../views/view';
|
|||||||
@customElement('profile-view')
|
@customElement('profile-view')
|
||||||
export class ProfileView extends View {
|
export class ProfileView extends View {
|
||||||
render() {
|
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