Skip to content

Commit 21940cd

Browse files
authored
Merge pull request #47 from maxceem/dev
editing checklists by providers
2 parents 3d01f16 + bc208db commit 21940cd

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

src/components/Header/Header.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export function Header({
6868
<li><Link to="javascript:;" activeClassName="active">Analytics</Link></li>
6969
<li><Link to="/drones-map" activeClassName="active">Drone Traffic</Link></li>
7070
<li><Link to="/mission-planner" activeClassName="active">MissionPlanner</Link></li>
71+
<li><Link to="/pilot-missions" activeClassName="active">Pilot Missions</Link></li>
7172
</ul>
7273
</li>
7374
);

src/components/Pagination/Pagination.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
> a {
3838
color: #fff;
3939
}
40+
}
4041

4142
.break,
4243
.next,
@@ -72,5 +73,3 @@
7273
.next {
7374
background-image: url('icon-pagination-next.png');
7475
}
75-
76-
}

src/components/StatusLabel/StatusLabel.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,10 @@
6161

6262
@extend .status-label;
6363
}
64+
65+
.status-label_waiting {
66+
background-color: #e3e3e3;
67+
background-image: url('icon-status-inprogress.png');
68+
69+
@extend .status-label;
70+
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy