Skip to content

Commit 9737d07

Browse files
author
drbgfc
committed
Remove inferno link and change fhir sandbox to 2x2 layout
1 parent 5245269 commit 9737d07

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

src/app/sandbox-fhir-component/sandbox-fhir.component.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
</div>
66
</div>
77
<div class="row">
8+
89
<div class="col-sm-12">
910
<ul class="sandbox-container">
1011
<li>
@@ -21,6 +22,11 @@ <h4>FHIR Query Tool</h4>
2122
<span>FHIR Query Tool can be used to test a FHIR Server using various search parameter combinations. The tool makes it easy for users to query FHIR servers without knowing the specific authorization workflows and FHIR syntaxes for searches.</span>
2223
</a>
2324
</li>
25+
</ul>
26+
</div>
27+
28+
<div class="col-sm-12">
29+
<ul class="sandbox-container">
2430
<li>
2531
<a class="sandbox-block" [href]="fhir_conformance_url" tabindex="1" title="FHIR Conformance Test Tool" target="_blank">
2632
<span class="caption glyphicon glyphicon-wrench"></span>
@@ -35,16 +41,8 @@ <h4>FHIR Bulk Data API</h4>
3541
<span>The FHIR Bulk Data API is an implementation of the FHIR Bulk Data proposal.</span>
3642
</a>
3743
</li>
38-
<li>
39-
<a class="sandbox-block" [href]="fhir_inferno_data_url" tabindex="1" title="Inferno Testing Tool" target="_blank">
40-
<span class="caption glyphicon glyphicon-wrench"></span>
41-
<h4>Inferno Testing Tool</h4>
42-
<span>
43-
The Inferno Testing Tool provides the capability to test FHIR Servers for their conformance to various implementation guides and SMART on FHIR authorization specifications.
44-
</span>
45-
</a>
46-
</li>
4744
</ul>
4845
</div>
46+
4947
</div>
5048
</div>

0 commit comments

Comments
 (0)