fine tuining visuals
This commit is contained in:
parent
41f245d4a4
commit
55bc837be3
|
@ -418,7 +418,7 @@ class CCPMethodList extends HTMLElement{
|
|||
this.toArchive(id)
|
||||
}
|
||||
}else if(ev.target.getAttribute("name") === "publish"){
|
||||
if(confirm("Please confirm publication of method to VRE?")){
|
||||
if(confirm("Please confirm publication of method to Vlab?")){
|
||||
this.publish(id)
|
||||
}
|
||||
}
|
||||
|
@ -454,7 +454,8 @@ class CCPMethodList extends HTMLElement{
|
|||
apply : (e,d)=>{
|
||||
if(this.isShared(d)){
|
||||
const span = document.createElement("span")
|
||||
span.classList.add("bg-warning")
|
||||
span.classList.add("badge")
|
||||
span.classList.add("badge-warning")
|
||||
span.textContent = "shared"
|
||||
e.replaceWith(span)
|
||||
}else if(!this.isAuthor(d)){
|
||||
|
|
Loading…
Reference in New Issue