workflow releasing datasets
This commit is contained in:
parent
ec127b9457
commit
de80de9d88
18 changed files with 355 additions and 107 deletions
File diff suppressed because one or more lines are too long
1
public/backend/publish/releaseDataset.js
Normal file
1
public/backend/publish/releaseDataset.js
Normal file
File diff suppressed because one or more lines are too long
19
public/backend/style.css
vendored
19
public/backend/style.css
vendored
|
@ -935,4 +935,23 @@ textarea.large, input.large {
|
|||
cursor: pointer;
|
||||
/* float: right; */
|
||||
}
|
||||
|
||||
.pure-table tr.inprogress {
|
||||
padding: 0.8em;
|
||||
background-color: paleturquoise;
|
||||
}
|
||||
.pure-table tr.released {
|
||||
background-color: greenyellow;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.help {
|
||||
display: block;
|
||||
font-size: 0.75rem;
|
||||
margin-top: 0.25rem;
|
||||
}
|
||||
.help.is-danger {
|
||||
color: #ff3860;
|
||||
}
|
||||
|
21
public/css/styles.css
vendored
21
public/css/styles.css
vendored
|
@ -1259,24 +1259,3 @@ h2.post-title {
|
|||
width: 10em;
|
||||
margin: 0 1em 0 0;*/
|
||||
}
|
||||
|
||||
|
||||
/*.sidebar-simplesearch {
|
||||
position: relative;
|
||||
margin-bottom: 2.5em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.sidebar-simplesearch input[type=text] {
|
||||
padding: 0.25em 0.3em;
|
||||
color: #666;
|
||||
}*/
|
||||
|
||||
/*.sidebar-simplesearch button {
|
||||
padding: 0.25em 0.3em;
|
||||
border: none;
|
||||
background: none;
|
||||
position: absolute;
|
||||
right: 0.25em;
|
||||
color: #666;
|
||||
}*/
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"/backend/publish/datasetPublish.js": "/backend/publish/datasetPublish.js",
|
||||
"/backend/publish/releaseDataset.js": "/backend/publish/releaseDataset.js",
|
||||
"/js/app.js": "/js/app.js",
|
||||
"/js/lib.js": "/js/lib.js",
|
||||
"/js/dataTable.js": "/js/dataTable.js"
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue