Updated main page
This commit is contained in:
parent
a9970175c2
commit
694a49cb90
2 changed files with 9 additions and 104 deletions
|
|
@ -7,6 +7,7 @@ import { onMount, createSignal } from 'solid-js'
|
|||
import dayjs from 'dayjs'
|
||||
import { checkConnection, createPdf } from '../../utils/functions'
|
||||
import { FaSolidThumbsUp } from 'solid-icons/fa'
|
||||
import { _employeeName } from '../../stores/employee'
|
||||
// @ts-ignore
|
||||
// import * as openssl from 'openssl-nodejs'
|
||||
|
||||
|
|
@ -184,9 +185,12 @@ export default () => {
|
|||
</Link>
|
||||
|
||||
<Row content="left" gap={1}>
|
||||
<span class="name">Login Name</span>
|
||||
<span class="name">{_employeeName.get()}</span>
|
||||
<Link to="/">
|
||||
<FiLogOut size={25} />
|
||||
<Row gap={0.5}>
|
||||
<FiLogOut size={25} />
|
||||
<span>Logout</span>
|
||||
</Row>
|
||||
</Link>
|
||||
</Row>
|
||||
</Row>
|
||||
|
|
@ -245,7 +249,7 @@ export default () => {
|
|||
</Tabs.Content>
|
||||
<Tabs.Content class="tabs__content" value="electrical">
|
||||
<Row>
|
||||
<h2 onClick={openPDF}>List of Ready to Approve and Sign Electrical Order of Payments</h2>
|
||||
<h2 onClick={openPDF}>List of Ready to Approve and Sign in Electrical Order of Payments</h2>
|
||||
</Row>
|
||||
|
||||
<Row>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue