Default Calculator page
This commit is contained in:
parent
52e73d2ff1
commit
9aa7529863
|
|
@ -11,7 +11,7 @@ export const routes: Routes = [
|
||||||
{
|
{
|
||||||
path: "",
|
path: "",
|
||||||
title: "Środki trwałe",
|
title: "Środki trwałe",
|
||||||
component:FixedAssetComponent
|
component:AssetCalculatorComponent
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "about-me",
|
path: "about-me",
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ import { AssetsContainer, Asset } from '../asset-calculator/assets/asset';
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<h2 class="text-center m-2">Lista środków trwałych( w toku )</h2>
|
<h2 class="text-center m-2">Lista środków trwałych( prace w toku )</h2>
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table id="assets" class="table table-bordered">
|
<table id="assets" class="table table-bordered">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue