Skip to content

Commit

Permalink
Added the Promote button
Browse files Browse the repository at this point in the history
  • Loading branch information
yazz committed Nov 28, 2023
1 parent a58c8e6 commit df03be1
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 16 deletions.
6 changes: 3 additions & 3 deletions comments.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ ____________________________________________________________
// ------------------------------------------------


<!-- --------------------------- MAIN PANE ------------------------------
| -----------
<!-- MAIN PANE ---------------------------------------------------------
| ------------
|
| Details of the main pane
|
Expand All @@ -64,7 +64,7 @@ ____________________________________________________________



<!-- ----------------------- SUB PANE ----------------------------
<!-- SUB PANE ---------------------------------------------------

Details of the sub pane

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ when was the change in a commit first made (each commit can have many changes)
<!-- --------------------------- MAIN TAB MENU ------------------------------
| ---------------
<!-- MAIN TAB MENU ---------------------------------------------------------
| ---------------
|
| Details of the main tab menu
|
Expand Down Expand Up @@ -146,8 +146,8 @@ when was the change in a commit first made (each commit can have many changes)
<!-- --------------------------- CHANGES PANE ------------------------------
| --------------
<!-- CHANGES PANE ---------------------------------------------------------
| --------------
|
|
|
Expand Down Expand Up @@ -385,17 +385,31 @@ when was the change in a commit first made (each commit can have many changes)
</div>
</div>
</span>
<div style='margin: 10px; margin-top: 30px;'>
<!-- ----------------------------------------------
Promote button
---------------------------------------------- -->
<div style='margin: 10px; margin-top: 0px;'>
Promote
<button type=button
class=' btn btn-info btn-lg'
v-on:click='pane_release_promoteEnvironment()' >Promote</button>
</div>
<!-- ----------------------------------------------
Old release button
---------------------------------------------- -->
<div style='margin-top: 20px;padding-bottom: 40vh;'>
<button type=button
class=' btn btn-info btn-lg'
v-on:click='pane_release_releaseCodePressed()' >Old release</button>
<!-- ----------------------------------------------
Old release button
---------------------------------------------- -->
<div style='margin-top: 20px;padding-bottom: 40vh;'>
<button type=button
class=' btn btn-info btn-lg'
v-on:click='pane_release_releaseCodePressed()' >Old release</button>
</div>
<div style="color:black">{{releaseMessage}}</div>
<div style="color:red">{{releaseErrorMessage}}</div>
</div>
<div style="color:black">{{releaseMessage}}</div>
<div style="color:red">{{releaseErrorMessage}}</div>
</div>
Expand Down

0 comments on commit df03be1

Please sign in to comment.