Skip to content
Snippets Groups Projects
Commit 4b51b392 authored by Johan Kristiansson's avatar Johan Kristiansson
Browse files

changed class on appended button

parent ddb633ea
No related branches found
No related tags found
No related merge requests found
Pipeline #113202 failed
...@@ -196,8 +196,8 @@ function loadInitiateAndFinalizeBtn(projectId : string, completed : boolean) { ...@@ -196,8 +196,8 @@ function loadInitiateAndFinalizeBtn(projectId : string, completed : boolean) {
if (nolanModelElement) { if (nolanModelElement) {
finalizeButton.id = "toCurrentProjects"; finalizeButton.id = "toCurrentProjects";
iterationButton.id = "toCurrentProjects"; iterationButton.id = "toCurrentProjects";
finalizeButton.classList.add("btn", "btn-primary"); finalizeButton.classList.add("btn", "btn-secondary");
iterationButton.classList.add("btn", "btn-primary"); iterationButton.classList.add("btn", "btn-secondary");
iterationButton.setAttribute('role', 'button'); iterationButton.setAttribute('role', 'button');
finalizeButton.setAttribute('role', 'button'); finalizeButton.setAttribute('role', 'button');
finalizeButton.textContent = 'Avsluta Förbättringsarbete'; finalizeButton.textContent = 'Avsluta Förbättringsarbete';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment