Added a Balances Overview and Added an Add New Button to client communication history Card.
This commit is contained in:
parent
b802dcd20a
commit
796b835c08
2 changed files with 17 additions and 3 deletions
|
|
@ -2,13 +2,14 @@
|
|||
<h3>History</h3>
|
||||
<Tabs value="0" class="tabs">
|
||||
<TabList>
|
||||
<Tab value="0">Communication</Tab>
|
||||
<Tab value="0">Communication History</Tab>
|
||||
<Tab value="1">Site Visits</Tab>
|
||||
<Tab value="2">Ownership</Tab>
|
||||
<Tab value="2">Ownership History</Tab>
|
||||
</TabList>
|
||||
<TabPanels>
|
||||
<TabPanel value="0">
|
||||
<div>Communication History</div>
|
||||
<div>Descending order of communications with the customer go here.</div>
|
||||
<button class="sidebar-button">Add New</button>
|
||||
</TabPanel>
|
||||
<TabPanel value="1">
|
||||
<div>Site Visits</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue