Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
ga4gh-arraymap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Baudis
ga4gh-arraymap
Commits
b19561a2
Commit
b19561a2
authored
Apr 13, 2016
by
Severine Duvaud
Browse files
Options
Downloads
Patches
Plain Diff
Added mention to Beacon v0.3 to the home page
parent
576aa549
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/node-app/public/js/index.js
+9
-0
9 additions, 0 deletions
app/node-app/public/js/index.js
app/node-app/public/partials/beacon-home.html
+8
-0
8 additions, 0 deletions
app/node-app/public/partials/beacon-home.html
with
17 additions
and
0 deletions
app/node-app/public/js/index.js
+
9
−
0
View file @
b19561a2
...
@@ -25,6 +25,15 @@ arrayMap.controller('BeaconController', ['$scope', '$location', function ($scope
...
@@ -25,6 +25,15 @@ arrayMap.controller('BeaconController', ['$scope', '$location', function ($scope
"
variantClass
"
:
"
DEL
"
"
variantClass
"
:
"
DEL
"
}
}
$scope
.
getNewApiUrl
=
function
()
{
return
$location
.
absUrl
()
+
"
v0.3/query?
"
+
"
referenceName=11
"
+
"
&start=34439881
"
+
"
&assemblyId=GRCh38
"
+
"
&datasetIds=8070/3
"
+
"
&variantClass=DEL
"
;
};
$scope
.
getInfoUrl
=
function
()
{
$scope
.
getInfoUrl
=
function
()
{
return
$location
.
absUrl
()
+
"
info
"
return
$location
.
absUrl
()
+
"
info
"
};
};
...
...
This diff is collapsed.
Click to expand it.
app/node-app/public/partials/beacon-home.html
+
8
−
0
View file @
b19561a2
...
@@ -64,5 +64,13 @@
...
@@ -64,5 +64,13 @@
<a
target=
"beacon"
ng-href=
"{{getInfoUrl()}}"
class=
"btn btn-info"
>
Beacon Info
</a>
<a
target=
"beacon"
ng-href=
"{{getInfoUrl()}}"
class=
"btn btn-info"
>
Beacon Info
</a>
</div>
</div>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"col-sm-offset-2 col-sm-8"
>
<a
target=
"beacon"
ng-href=
"{{getNewApiUrl()}}"
>
{{getNewApiUrl()}}
</a>
</div>
<div
class=
"col-sm-2"
>
<a
target=
"beacon"
ng-href=
"{{getNewApiUrl()}}"
class=
"btn btn-info"
>
Beacon v0.3
</a>
</div>
</div>
</form>
</form>
</div>
</div>
\ No newline at end of file
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