Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dcarfixers_angular
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
16
Issues
16
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tobin
dcarfixers_angular
Commits
2371d2cc
Commit
2371d2cc
authored
6 years ago
by
Jansa Jose
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dc
parent
0f22cbdf
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
package-lock.json
package-lock.json
+0
-0
dashboard.component.ts
src/app/home/dashboard/dashboard.component.ts
+1
-1
index.component.ts
src/app/home/index/index.component.ts
+1
-1
navbar.component.html
src/app/navbar/navbar.component.html
+2
-2
No files found.
package-lock.json
View file @
2371d2cc
This diff is collapsed.
Click to expand it.
src/app/home/dashboard/dashboard.component.ts
View file @
2371d2cc
...
@@ -795,7 +795,7 @@ export class DashboardComponent implements OnInit {
...
@@ -795,7 +795,7 @@ export class DashboardComponent implements OnInit {
this
.
goTostep1Ref
.
nativeElement
.
click
();
this
.
goTostep1Ref
.
nativeElement
.
click
();
this
.
selectedIssues
=
[];
this
.
selectedIssues
=
[];
this
.
serviceHistory
TabRef
.
nativeElement
.
click
();
this
.
appointment
TabRef
.
nativeElement
.
click
();
this
.
getCustBookDetails
();
this
.
getCustBookDetails
();
}
else
{
}
else
{
...
...
This diff is collapsed.
Click to expand it.
src/app/home/index/index.component.ts
View file @
2371d2cc
...
@@ -497,7 +497,7 @@ export class IndexComponent implements OnInit {
...
@@ -497,7 +497,7 @@ export class IndexComponent implements OnInit {
if
(
response
.
status
==
'1'
){
if
(
response
.
status
==
'1'
){
this
.
closeWizardRef
.
nativeElement
.
click
();
this
.
closeWizardRef
.
nativeElement
.
click
();
this
.
closeQuoteWizardRef
.
nativeElement
.
click
();
this
.
closeQuoteWizardRef
.
nativeElement
.
click
();
this
.
router
.
navigate
([
'../dashboard'
],{
queryParams
:
{
tab
:
'
service
'
}});
this
.
router
.
navigate
([
'../dashboard'
],{
queryParams
:
{
tab
:
'
appointment
'
}});
}
else
{
}
else
{
this
.
loader
=
false
;
this
.
loader
=
false
;
return
false
;
return
false
;
...
...
This diff is collapsed.
Click to expand it.
src/app/navbar/navbar.component.html
View file @
2371d2cc
...
@@ -24,11 +24,11 @@
...
@@ -24,11 +24,11 @@
HOME
HOME
</a>
</a>
</li>
</li>
<li
class=
"nav-item"
>
<
!-- <
li class="nav-item">
<a class="nav-link" (click)="goToPage('productlist')">
<a class="nav-link" (click)="goToPage('productlist')">
PURCHASE
PURCHASE
</a>
</a>
</li
>
</li> --
>
<li
class=
"nav-item"
>
<li
class=
"nav-item"
>
<a
class=
"nav-link base_arrow dropdown"
>
<a
class=
"nav-link base_arrow dropdown"
>
<div
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
<div
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment