Revision 101e6604 ui/templates/home.html

b/ui/templates/home.html
239 239
                    <div id="disks-pane" class="pane"></div>
240 240

  
241 241
                    <div class="confirm_multiple clearfix" id="multiple_actions_container">
242
                        <div class="confirm_multiple_actions confirm_multiple_cont clearfix">
243
                            <p>{% trans "Your actions will affect" %} <span class="actionLen">XX</span> {% trans "machines" %}</p>
244
                            <button class="yes">{% trans "Confirm All" %}</button>
245
                            <button class="no">{% trans "Cancel All" %}</button>
242
                        <div class="confirm_multiple_actions confirm-all-cont global hidden confirm_multiple_cont clearfix">
243
                            <div class="confirm-all msg">
244
                                <p>You requested multiple actions to execute (<span
245
                                    class"show">show all</span>)</p>
246
                                <button class="yes">Confirm all</button>
247
                                <button class="no">Cancel all</button>
248
                            </div>
249
                            <div class="details"></div>
246 250
                        </div>
247
                        <div class="confirm_reboot_required confirm_multiple_cont clearfix">
248
                            <p><span class="actionLen"></span> {% trans "machines needs to be rebooted for changes to apply" %}</p>
249
                            <button class="yes">{% trans "Reboot All" %}</button>
250
                            <button class="no">{% trans "Cancel All" %}</button>
251
                            <div class="reboot-machines-list"></div>
251
                        <div class="ns-confirms-cont">
252
                            <div class="confirm_multiple_actions hidden confirm_multiple_cont
253
                                ns-confirm clearfix"
254
                                id="conirm_multiple_cont_template">
255
                                <div class="confirm-all msg">
256
                                    <p></p>
257
                                    <button class="yes"></button>
258
                                    <button class="no"></button>
259
                                </div>
260
                                <div class="details"></div>
261
                            </div>
252 262
                        </div>
253 263
                    </div>
254 264

  

Also available in: Unified diff