-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
19 changed files
with
195 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -811,7 +811,9 @@ Object { | |
<div | ||
class="el-table-cell-content" | ||
data-narrow-label="Customer Name" | ||
/> | ||
> | ||
Sandbox Estates | ||
</div> | ||
</div> | ||
<div | ||
class="el-table-cell-has-dark-text el-table-cell" | ||
|
@@ -915,23 +917,29 @@ Object { | |
<div | ||
class="el-table-cell-content" | ||
data-narrow-label="App Name" | ||
/> | ||
> | ||
App Test Name | ||
</div> | ||
</div> | ||
<div | ||
class="el-table-cell" | ||
> | ||
<div | ||
class="el-table-cell-content" | ||
data-narrow-label="Reapit Customer Code" | ||
/> | ||
> | ||
SBOX | ||
</div> | ||
</div> | ||
<div | ||
class="el-table-cell" | ||
> | ||
<div | ||
class="el-table-cell-content" | ||
data-narrow-label="Customer Address" | ||
/> | ||
> | ||
67-74 Third Floor Saffron Hill London EC1N 8QX | ||
</div> | ||
</div> | ||
<div | ||
class="el-table-cell" | ||
|
@@ -940,7 +948,7 @@ Object { | |
class="el-table-cell-content" | ||
data-narrow-label="Date Installed" | ||
> | ||
04-03-2021 | ||
23-03-2022 | ||
</div> | ||
</div> | ||
<div | ||
|
@@ -949,7 +957,9 @@ Object { | |
<div | ||
class="el-table-cell-content" | ||
data-narrow-label="Installed By" | ||
/> | ||
> | ||
[email protected] | ||
</div> | ||
</div> | ||
<div | ||
class="el-table-cell" | ||
|
@@ -967,9 +977,7 @@ Object { | |
<div | ||
class="el-table-cell-content" | ||
data-narrow-label="Uninstalled By" | ||
> | ||
- | ||
</div> | ||
/> | ||
</div> | ||
</div> | ||
</div> | ||
|
@@ -1359,7 +1367,9 @@ Object { | |
<div | ||
class="el-table-cell-content" | ||
data-narrow-label="Customer Name" | ||
/> | ||
> | ||
Sandbox Estates | ||
</div> | ||
</div> | ||
<div | ||
class="el-table-cell-has-dark-text el-table-cell" | ||
|
@@ -1463,23 +1473,29 @@ Object { | |
<div | ||
class="el-table-cell-content" | ||
data-narrow-label="App Name" | ||
/> | ||
> | ||
App Test Name | ||
</div> | ||
</div> | ||
<div | ||
class="el-table-cell" | ||
> | ||
<div | ||
class="el-table-cell-content" | ||
data-narrow-label="Reapit Customer Code" | ||
/> | ||
> | ||
SBOX | ||
</div> | ||
</div> | ||
<div | ||
class="el-table-cell" | ||
> | ||
<div | ||
class="el-table-cell-content" | ||
data-narrow-label="Customer Address" | ||
/> | ||
> | ||
67-74 Third Floor Saffron Hill London EC1N 8QX | ||
</div> | ||
</div> | ||
<div | ||
class="el-table-cell" | ||
|
@@ -1488,7 +1504,7 @@ Object { | |
class="el-table-cell-content" | ||
data-narrow-label="Date Installed" | ||
> | ||
04-03-2021 | ||
23-03-2022 | ||
</div> | ||
</div> | ||
<div | ||
|
@@ -1497,7 +1513,9 @@ Object { | |
<div | ||
class="el-table-cell-content" | ||
data-narrow-label="Installed By" | ||
/> | ||
> | ||
[email protected] | ||
</div> | ||
</div> | ||
<div | ||
class="el-table-cell" | ||
|
@@ -1515,9 +1533,7 @@ Object { | |
<div | ||
class="el-table-cell-content" | ||
data-narrow-label="Uninstalled By" | ||
> | ||
- | ||
</div> | ||
/> | ||
</div> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ export const mockInstallationModelPagedResult: InstallationModelPagedResult = { | |
officeGroupName: '', | ||
installedBy: '[email protected]', | ||
uninstalledBy: '', | ||
appName: 'App Test Name', | ||
customerAddress: { | ||
buildingName: 'Third Floor', | ||
buildingNumber: '67-74', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.