Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
0c3bd234
Commit
0c3bd234
authored
10 years ago
by
Cam Saul
Browse files
Options
Downloads
Patches
Plain Diff
load up the correct Google Font
parent
3d14f458
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
frontend_client/admin_index.html
+28
-19
28 additions, 19 deletions
frontend_client/admin_index.html
frontend_client/index.html
+9
-0
9 additions, 0 deletions
frontend_client/index.html
with
37 additions
and
19 deletions
frontend_client/admin_index.html
+
28
−
19
View file @
0c3bd234
...
...
@@ -21,7 +21,7 @@
</label>
<a
cv-org-href=
"/admin/"
>
<h3
class=
"AdminPageTitle my2 inline-block"
>
<span
ng-bind=
"currentOrg.name"
ng-if=
"!user.is_multi_org"
></span>
- Admin
<span
ng-bind=
"currentOrg.name"
ng-if=
"!user.is_multi_org"
></span>
- Admin
</h3>
</a>
<div
class=
"mx1 my2 float-right"
>
...
...
@@ -33,25 +33,25 @@
<div
class=
"wrapper"
>
<nav
class=
"my4 col col-sm-3"
>
<ul
class=
"CoreNav"
>
<li>
<li>
<a
class=
"NavItem"
cv-org-href=
"/admin/"
>
Organization
</a>
</li>
<li>
</li>
<li>
<a
class=
"NavItem"
cv-org-href=
"/admin/people/"
>
People
</a>
</li>
<li>
</li>
<li>
<a
class=
"NavItem"
cv-org-href=
"/admin/databases"
>
Databases
</a>
</li>
<li>
</li>
<li>
<a
class=
"NavItem"
cv-org-href=
"/admin/datasets"
>
Datasets
</a>
</li>
<li>
</li>
<li>
<a
class=
"NavItem"
cv-org-href=
"/admin/datasources"
>
DataSources
</a>
</li>
<li>
</li>
<li>
<a
class=
"NavItem"
cv-org-href=
"/admin/emailreport/"
>
Email Reports
</a>
</li>
<li>
</li>
<li>
<a
class=
"NavItem"
cv-org-href=
"/admin/query/run/"
>
Query
</a>
<ul
class=
"ContextNav"
>
<li>
...
...
@@ -61,8 +61,8 @@
<a
class=
"NavItem"
cv-org-href=
"/admin/query/"
>
Saved Queries
</a>
</li>
</ul>
</li>
<li>
</li>
<li>
<a
class=
"NavItem"
cv-org-href=
"/admin/etl/jobexec/"
>
ETL
</a>
<ul
class=
"ContextNav"
>
<li>
...
...
@@ -72,10 +72,10 @@
<a
class=
"NavItem"
cv-org-href=
"/admin/etl/job/"
>
Jobs
</a>
</li>
</ul>
</li>
<li>
</li>
<li>
<a
class=
"NavItem"
cv-org-href=
"/admin/search"
>
Search
</a>
</li>
</li>
</ul>
</nav>
<div
class=
"my4 col col-sm-9"
>
...
...
@@ -205,5 +205,14 @@
<script
src=
"/app/reserve/reserve.controllers.js"
></script>
<script
src=
"/app/reserve/reserve.services.js"
></script>
<script
src=
"//ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js"
></script>
<script>
WebFont
.
load
({
google
:
{
families
:
[
'
Lato:n1,n4,n7
'
]
}
});
</script>
<!-- TODO - need to handle GA -->
</html>
This diff is collapsed.
Click to expand it.
frontend_client/index.html
+
9
−
0
View file @
0c3bd234
...
...
@@ -212,5 +212,14 @@
<script
src=
"/app/reserve/reserve.controllers.js"
></script>
<script
src=
"/app/reserve/reserve.services.js"
></script>
<script
src=
"//ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js"
></script>
<script>
WebFont
.
load
({
google
:
{
families
:
[
'
Lato:n1,n4,n7
'
]
}
});
</script>
<!-- TODO - need to handle GA -->
</html>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment