File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,27 @@ <h1>Issue Tracker
1414 < span class ="badge " style ="background-color: rgb(13, 230, 13); " id ="issueCount "> 0 </ span >
1515 < span class ="badge " style ="background-color: #d11111; " id ="closedCount "> 0 </ span >
1616 </ h1 >
17+ < div class ="jumbotron ">
18+ < h3 > Add New Issue:</ h3 >
19+ < form id ="issueInputForm ">
20+ < div class ="form-group ">
21+ < label for ="issueDescription "> Description</ label >
22+ < input type ="text " class ="form-control " id ="issueDescription " placeholder ="Describe the issue ... ">
23+ </ div >
24+ < div class ="form-group ">
25+ < label for ="issueSeverity "> Severity</ label >
26+ < select id ="issueSeverity " class ="form-control ">
27+ < option value ="Low "> Low</ option >
28+ < option value ="Medium "> Medium</ option >
29+ < option value ="High "> High</ option >
30+ </ select >
31+ </ div >
32+ < div class ="form-group ">
33+ < label for ="issueAssignedTo "> Assigned To</ label >
34+ < input type ="text " class ="form-control " id ="issueAssignedTo " placeholder ="Enter responsible ... ">
35+ </ div >
36+ < button type ="submit " class ="btn btn-primary "> Add</ button >
37+ </ form >
38+ </ div >
1739</ body >
1840</ html >
You can’t perform that action at this time.
0 commit comments