move confirmation dialogs to cdn operator
diff --git a/planetstack/templates/admin/dashboard/cdnoperations.html b/planetstack/templates/admin/dashboard/cdnoperations.html
index abd6af0..31ff746 100644
--- a/planetstack/templates/admin/dashboard/cdnoperations.html
+++ b/planetstack/templates/admin/dashboard/cdnoperations.html
@@ -17,6 +17,9 @@
     </tr></table>
     </div>
 
+    <div id="confirmNodeAdded" title="Added Node to Site"><p>Added Node to Site</p></div>
+    <div id="confirmNodeRemoved" title="Removed Node from Site"><p>Added Node to Site</p></div>
+
 <script>
 $( "#confirmNodeAdded" ).dialog({ autoOpen: false,
                     modal: true,
diff --git a/planetstack/templates/admin/dashboard/developer.html b/planetstack/templates/admin/dashboard/developer.html
index d5d2421..00c49c7 100644
--- a/planetstack/templates/admin/dashboard/developer.html
+++ b/planetstack/templates/admin/dashboard/developer.html
@@ -1,7 +1,5 @@
 <div id="developerview"></div>
 
-<div id="confirmNodeAdded" title="Added Node to Site"><p>Added Node to Site</p></div>
-<div id="confirmNodeRemoved" title="Removed Node from Site"><p>Added Node to Site</p></div>
 <script>
 var oTable;