This repository has been archived by the owner on Feb 23, 2018. It is now read-only.
forked from irods-contrib/metalnx-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'niehs-master' of gitlab.niehs.nih.gov:conwaymc/metalnx-…
…web into niehs-master # Conflicts: # src/emc-metalnx-shared/src/main/resources/i18n/messages_en.properties
- Loading branch information
Showing
127 changed files
with
11,406 additions
and
394 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 46 additions & 0 deletions
46
src/emc-metalnx-shared/src/main/resources/static/css/bootstrap-tagsinput.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
.bootstrap-tagsinput { | ||
background-color: #fff; | ||
border: 1px solid #ccc; | ||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | ||
display: inline-block; | ||
padding: 4px 6px; | ||
margin-bottom: 10px; | ||
color: #555; | ||
vertical-align: middle; | ||
border-radius: 4px; | ||
max-width: 100%; | ||
line-height: 22px; | ||
cursor: text; | ||
} | ||
.bootstrap-tagsinput input { | ||
border: none; | ||
box-shadow: none; | ||
outline: none; | ||
background-color: transparent; | ||
padding: 0; | ||
margin: 0; | ||
width: auto !important; | ||
max-width: inherit; | ||
} | ||
.bootstrap-tagsinput input:focus { | ||
border: none; | ||
box-shadow: none; | ||
} | ||
.bootstrap-tagsinput .tag { | ||
margin-right: 2px; | ||
color: white; | ||
} | ||
.bootstrap-tagsinput .tag [data-role="remove"] { | ||
margin-left: 8px; | ||
cursor: pointer; | ||
} | ||
.bootstrap-tagsinput .tag [data-role="remove"]:after { | ||
content: "x"; | ||
padding: 0px 2px; | ||
} | ||
.bootstrap-tagsinput .tag [data-role="remove"]:hover { | ||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); | ||
} | ||
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active { | ||
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | ||
} |
5 changes: 5 additions & 0 deletions
5
src/emc-metalnx-shared/src/main/resources/static/css/bootstrap.min.css
Large diffs are not rendered by default.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
src/emc-metalnx-shared/src/main/resources/static/css/bootstrapValidator.min.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/*! | ||
* BootstrapValidator (http://bootstrapvalidator.com) | ||
* The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3 | ||
* | ||
* @version v0.5.2, built on 2014-09-25 4:01:07 PM | ||
* @author https://twitter.com/nghuuphuoc | ||
* @copyright (c) 2013 - 2014 Nguyen Huu Phuoc | ||
* @license MIT | ||
*/ | ||
|
||
.bv-form .help-block{margin-bottom:0}.bv-form .tooltip-inner{text-align:left}.nav-tabs li.bv-tab-success>a{color:#3c763d}.nav-tabs li.bv-tab-error>a{color:#a94442}.bv-form .bv-icon-no-label{top:0}.bv-form .bv-icon-input-group{top:0;z-index:100} |
105 changes: 105 additions & 0 deletions
105
src/emc-metalnx-shared/src/main/resources/static/css/dashboard.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
/* | ||
* Base structure | ||
*/ | ||
|
||
/* Move down content because we have a fixed navbar that is 50px tall */ | ||
body { | ||
padding-top: 50px; | ||
} | ||
|
||
|
||
/* | ||
* Global add-ons | ||
*/ | ||
|
||
.sub-header { | ||
padding-bottom: 10px; | ||
border-bottom: 1px solid #eee; | ||
} | ||
|
||
/* | ||
* Top navigation | ||
* Hide default border to remove 1px line. | ||
*/ | ||
.navbar-fixed-top { | ||
border: 0; | ||
} | ||
|
||
/* | ||
* Sidebar | ||
*/ | ||
|
||
/* Hide for mobile, show later */ | ||
.sidebar { | ||
display: none; | ||
} | ||
@media (min-width: 768px) { | ||
.sidebar { | ||
position: fixed; | ||
top: 51px; | ||
bottom: 0; | ||
left: 0; | ||
z-index: 1000; | ||
display: block; | ||
padding: 20px; | ||
overflow-x: hidden; | ||
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */ | ||
background-color: #f5f5f5; | ||
border-right: 1px solid #eee; | ||
} | ||
} | ||
|
||
/* Sidebar navigation */ | ||
.nav-sidebar { | ||
margin-right: -21px; /* 20px padding + 1px border */ | ||
margin-bottom: 20px; | ||
margin-left: -20px; | ||
} | ||
.nav-sidebar > li > a { | ||
padding-right: 20px; | ||
padding-left: 20px; | ||
} | ||
.nav-sidebar > .active > a, | ||
.nav-sidebar > .active > a:hover, | ||
.nav-sidebar > .active > a:focus { | ||
color: #fff; | ||
background-color: #428bca; | ||
} | ||
|
||
|
||
/* | ||
* Main content | ||
*/ | ||
|
||
.main { | ||
padding: 20px; | ||
} | ||
@media (min-width: 768px) { | ||
.main { | ||
padding-right: 40px; | ||
padding-left: 40px; | ||
} | ||
} | ||
.main .page-header { | ||
margin-top: 0; | ||
} | ||
|
||
|
||
/* | ||
* Placeholder dashboard ideas | ||
*/ | ||
|
||
.placeholders { | ||
margin-bottom: 30px; | ||
text-align: center; | ||
} | ||
.placeholders h4 { | ||
margin-bottom: 0; | ||
} | ||
.placeholder { | ||
margin-bottom: 20px; | ||
} | ||
.placeholder img { | ||
display: inline-block; | ||
border-radius: 50%; | ||
} |
80 changes: 80 additions & 0 deletions
80
src/emc-metalnx-shared/src/main/resources/static/css/dashboardStyle.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
.panel-footer { | ||
background: none; | ||
border-top: none; | ||
} | ||
|
||
/****************************************** CHARTS ************************************************/ | ||
#serverAndSystemHealthSection{ | ||
margin: 0; | ||
} | ||
|
||
#serversListPanel .row{ | ||
margin: 0; | ||
padding: 0; | ||
} | ||
|
||
#diskSection div .arc { | ||
stroke-weight: 0.1; | ||
fill: #1d871b; | ||
} | ||
|
||
|
||
.selectedRadial { | ||
border-radius: 3px; | ||
background: #f4f4f4; | ||
color: #000; | ||
box-shadow: 0 1px 5px rgba(0,0,0,0.4); | ||
-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4); | ||
border: 1px solid rgba(200,200,200,0.85); | ||
} | ||
|
||
.radial { | ||
border-radius: 3px; | ||
background: #FFFFFF; | ||
color: #000; | ||
|
||
} | ||
|
||
.background { | ||
fill: #FFFFFF; | ||
fill-opacity: 0.01; | ||
} | ||
|
||
.component { | ||
fill: #e1e1e1; | ||
} | ||
|
||
.component .label { | ||
text-anchor: middle; | ||
fill: #333; | ||
color: inherit; | ||
font-weight: normal; | ||
} | ||
|
||
.arc { | ||
stroke-weight:0.1; | ||
fill: #4e8fff; | ||
} | ||
|
||
|
||
.arc2 { | ||
stroke-weight:0.1; | ||
fill: #3660b0; | ||
} | ||
|
||
|
||
.label { | ||
text-anchor: middle; | ||
font-size: inherit; | ||
} | ||
#mlxMsiPkgList .label { | ||
font-size: 75%; | ||
} | ||
#mlxMsiPkgList > ul ul li:hover{ | ||
cursor: default; | ||
} | ||
|
||
.radial-svg { | ||
display: block; | ||
margin: 0 auto; | ||
} |
1 change: 1 addition & 0 deletions
1
src/emc-metalnx-shared/src/main/resources/static/css/dataTables.bootstrap.min.css
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
src/emc-metalnx-shared/src/main/resources/static/css/font-awesome.min.css
Large diffs are not rendered by default.
Oops, something went wrong.
14 changes: 14 additions & 0 deletions
14
src/emc-metalnx-shared/src/main/resources/static/css/global.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.navbar { | ||
background:#363633; | ||
height:106px; | ||
max-height:106px; | ||
} | ||
|
||
#topnav { | ||
background-color:#5B5C57; | ||
border-top:6px solid #333333; | ||
font-family:"Open Sans", sans-serif; | ||
font-weight:400; | ||
position:relative; | ||
z-index:3; | ||
} |
Binary file added
BIN
+160 Bytes
src/emc-metalnx-shared/src/main/resources/static/css/images/sort_asc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+148 Bytes
src/emc-metalnx-shared/src/main/resources/static/css/images/sort_asc_disabled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+201 Bytes
src/emc-metalnx-shared/src/main/resources/static/css/images/sort_both.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+158 Bytes
src/emc-metalnx-shared/src/main/resources/static/css/images/sort_desc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+146 Bytes
src/emc-metalnx-shared/src/main/resources/static/css/images/sort_desc_disabled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+212 Bytes
...alnx-shared/src/main/resources/static/css/images/ui-bg_flat_0_aaaaaa_40x100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+220 Bytes
...alnx-shared/src/main/resources/static/css/images/ui-bg_flat_0_eeeeee_40x100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+206 Bytes
...lnx-shared/src/main/resources/static/css/images/ui-bg_flat_55_c0402a_40x100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+220 Bytes
...lnx-shared/src/main/resources/static/css/images/ui-bg_flat_55_eeeeee_40x100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+208 Bytes
...lnx-shared/src/main/resources/static/css/images/ui-bg_flat_75_ffffff_40x100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+262 Bytes
...nx-shared/src/main/resources/static/css/images/ui-bg_glass_100_f8f8f8_1x400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+262 Bytes
...lnx-shared/src/main/resources/static/css/images/ui-bg_glass_35_dddddd_1x400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+335 Bytes
...lnx-shared/src/main/resources/static/css/images/ui-bg_glass_55_fbf9ee_1x400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+262 Bytes
...lnx-shared/src/main/resources/static/css/images/ui-bg_glass_60_eeeeee_1x400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+207 Bytes
...lnx-shared/src/main/resources/static/css/images/ui-bg_glass_65_ffffff_1x400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+262 Bytes
...lnx-shared/src/main/resources/static/css/images/ui-bg_glass_75_dadada_1x400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+262 Bytes
...lnx-shared/src/main/resources/static/css/images/ui-bg_glass_75_e6e6e6_1x400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+332 Bytes
...lnx-shared/src/main/resources/static/css/images/ui-bg_glass_95_fef1ec_1x400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+280 Bytes
...d/src/main/resources/static/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+253 Bytes
...hared/src/main/resources/static/css/images/ui-bg_inset-hard_75_999999_1x100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+281 Bytes
...hared/src/main/resources/static/css/images/ui-bg_inset-soft_50_c9c9c9_1x100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+6.76 KB
...metalnx-shared/src/main/resources/static/css/images/ui-icons_222222_256x240.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.44 KB
...metalnx-shared/src/main/resources/static/css/images/ui-icons_2e83ff_256x240.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.44 KB
...metalnx-shared/src/main/resources/static/css/images/ui-icons_3383bb_256x240.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+6.83 KB
...metalnx-shared/src/main/resources/static/css/images/ui-icons_454545_256x240.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.44 KB
...metalnx-shared/src/main/resources/static/css/images/ui-icons_70b2e1_256x240.png
Oops, something went wrong.
Binary file added
BIN
+6.83 KB
...metalnx-shared/src/main/resources/static/css/images/ui-icons_888888_256x240.png
Oops, something went wrong.
Binary file added
BIN
+6.82 KB
...metalnx-shared/src/main/resources/static/css/images/ui-icons_999999_256x240.png
Oops, something went wrong.
Binary file added
BIN
+4.44 KB
...metalnx-shared/src/main/resources/static/css/images/ui-icons_cd0a0a_256x240.png
Oops, something went wrong.
Binary file added
BIN
+4.44 KB
...metalnx-shared/src/main/resources/static/css/images/ui-icons_fbc856_256x240.png
Oops, something went wrong.
27 changes: 27 additions & 0 deletions
27
src/emc-metalnx-shared/src/main/resources/static/css/jquery-ui-timepicker-addon.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; } | ||
.ui-timepicker-div dl { text-align: left; } | ||
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; } | ||
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; } | ||
.ui-timepicker-div td { font-size: 90%; } | ||
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; } | ||
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; } | ||
|
||
.ui-timepicker-rtl{ direction: rtl; } | ||
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; } | ||
.ui-timepicker-rtl dl dt{ float: right; clear: right; } | ||
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; } | ||
|
||
/* Shortened version style */ | ||
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; } | ||
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, | ||
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; } | ||
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; } | ||
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; } | ||
.ui-timepicker-div.ui-timepicker-oneLine dl dd, | ||
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; } | ||
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before, | ||
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; } | ||
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before, | ||
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; } | ||
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide, | ||
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; } |
7 changes: 7 additions & 0 deletions
7
src/emc-metalnx-shared/src/main/resources/static/css/jquery-ui.min.css
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.