Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
encyclopedia-gui
Commits
46752136
Commit
46752136
authored
May 09, 2019
by
Georg Huhs
Browse files
improvement of methodology details filter table
parent
7a54e7e1
Changes
3
Hide whitespace changes
Inline
Side-by-side
client/bundle.js
View file @
46752136
...
...
@@ -6886,20 +6886,20 @@ class FilterInGroupsComponent {
<table style="width: 100%;">
<thead>
<tr>
<th style="width: 1
4.5
%;"> </th>
<th style="width: 1
9
%;">
<th style="width: 1
2
%;"> </th>
<th style="width: 1
6
%;">
<span>Type</span>
</th>
<th style="width:
2
1%;">
<th style="width: 1
8
%;">
<span info-sys-data="functional-type">Density functional</span>
</th>
<th style="width: 1
4.5
%;">
<th style="width: 1
2
%;">
<span info-sys-data="code-name">Code</span>
</th>
<th style="width: 1
9.5
%;">
<th style="width: 1
6
%;">
<span info-sys-data="pseudopotential-type">Potential</span>
</th>
<th style="width: 1
2
%;">
<th style="width: 1
1
%;">
<span info-sys-data="basis-set-type">Basis set</span>
</th>
<!-- <th style="width: 9%;"> </th> -->
...
...
@@ -6965,7 +6965,7 @@ class FilterInGroupsComponent {
this
.
addGroupItems
(
lCodeMap
);
this
.
addGroupItems
(
lPotentialMap
);
this
.
addGroupItems
(
lBasicSetMap
);
this
.
filterItemsRow
.
innerHTML
+=
'
<td></td>
'
;
// link column
//
this.filterItemsRow.innerHTML += '<td></td>'; // link column
}
...
...
client/css/styles.css
View file @
46752136
...
...
@@ -139,7 +139,7 @@
.meth-filter-component
{
border-bottom
:
1px
solid
#E4E4E4
;
padding
:
6px
1
0px
4px
;
padding
:
6px
0px
4px
;
}
.filter-c-folded
{
...
...
client/src/material-mod/MethodologyDetails.view.js
View file @
46752136
...
...
@@ -99,20 +99,20 @@ class FilterInGroupsComponent {
<table style="width: 100%;">
<thead>
<tr>
<th style="width: 1
4.5
%;"> </th>
<th style="width: 1
9
%;">
<th style="width: 1
2
%;"> </th>
<th style="width: 1
6
%;">
<span>Type</span>
</th>
<th style="width:
2
1%;">
<th style="width: 1
8
%;">
<span info-sys-data="functional-type">Density functional</span>
</th>
<th style="width: 1
4.5
%;">
<th style="width: 1
2
%;">
<span info-sys-data="code-name">Code</span>
</th>
<th style="width: 1
9.5
%;">
<th style="width: 1
6
%;">
<span info-sys-data="pseudopotential-type">Potential</span>
</th>
<th style="width: 1
2
%;">
<th style="width: 1
1
%;">
<span info-sys-data="basis-set-type">Basis set</span>
</th>
<!-- <th style="width: 9%;"> </th> -->
...
...
@@ -178,7 +178,7 @@ class FilterInGroupsComponent {
this
.
addGroupItems
(
lCodeMap
);
this
.
addGroupItems
(
lPotentialMap
);
this
.
addGroupItems
(
lBasicSetMap
);
this
.
filterItemsRow
.
innerHTML
+=
'
<td></td>
'
;
// link column
//
this.filterItemsRow.innerHTML += '<td></td>'; // link column
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment