You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/web/WEB-INF/projectPlanner.jsp
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,6 @@
12
12
-
13
13
- Version 1.3 (TopCoder Direct - Change Right Sidebar to pure Ajax)
14
14
- Add the right sidebar script reference
15
-
-
16
-
- Version 1.4 (Quick72Hrs!! Topcoder - Remove VM Management Feature In Direct App version 1.0)
17
-
- remove the vm related things
18
15
-
19
16
- Copyright (C) 2013 - 2014 TopCoder Inc., All Rights Reserved.
20
17
-
@@ -452,6 +449,16 @@
452
449
</div>
453
450
<!-- End .bugRacesWrapper -->
454
451
452
+
<!-- bugRacesWrapper -->
453
+
<divclass="planVMWrapper">
454
+
<p><label>VM Environment Cost</label></p>
455
+
<p><inputtype="checkbox"name="useVM"title="Check if the project is planned to use VM for dev"/> Do you plan to use VM (Virtual Machine environments)
456
+
457
+
</p>
458
+
<p><span>Based on our calculations, you should expect to spend about <spanid="vmCost">$0.00</span> on VM's during the course of this project</span></p>
0 commit comments