Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/03/16 17:13:50 (9 years ago)
Author:
jlodewyc
Message:

#2582 Parameter changing busy, save file, download file and email on pass reset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/Resource/Index.cshtml

    r13805 r13827  
    4141                   class="btn pull-right"
    4242                   style="box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    43                             text-shadow:2px 2px black;font-weight:bold;margin-bottom:5px"
     43                            text-shadow:2px 2px black;font-weight:bold;margin-bottom:5px;"
    4444                   ng-class="{ 'btn-success': treeview.currentNode.IsDisposable, 'btn-warning': !treeview.currentNode.IsDisposable }"
    4545                   ng-click="toggleDisposable()">
     
    6060                    ng-class="{ 'active': permissionview }"
    6161                    ng-style="{ 'text-decoration': permissionview ? 'underline' : ''}">
    62                     <a style="text-shadow:2px 2px black; color:white; font-weight:bold; border: 1px solid white;"
     62                    <a style="text-shadow:2px 2px black; color:white; font-weight:bold; border:1px solid white;"
    6363                       href=""
    6464                       ng-click="menuchange(1)">
     
    6969                    role="presentation"
    7070                    ng-class="{ 'active': resaddview }"
    71                     ng-style="{ 'text-decoration': resaddview ? 'underline' : ''}">
     71                    ng-style="{'text-decoration': resaddview ? 'underline' : ''}">
    7272
    7373                    <a style="text-shadow:2px 2px black; color:white; font-weight:bold; border: 1px solid white;"
     
    8888                    <p>
    8989                        This shows only
    90                         <span style="text-decoration:underline">direct members</span>
     90                        <span style="text-decoration:underline;">direct members</span>
    9191                        of the group (not members of subgroups).
    9292                    </p>
     93                    <p><span style="color:lightgray;">Gray clients</span> are already subscribed to another group. White are ungrouped.</p>
    9394                    <p>Adding a member will overwrite the current group it's a member in (if any)</p>
    9495                    <p>Removing an existing member will make it revert to Ungrouped.</p>
     
    9798                       style="box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    9899                            text-shadow:2px 2px black;">Reset to current members</a>
    99                     <div class="row" style="margin:5px">
     100                    <div class="row" style="margin:5px;">
    100101                        <h4>All resources</h4>
    101102                        <label class="col-sm-3"
    102103                               ng-style="{
    103                                    'background-color':client.add === true ? 'green' : '' }"
    104                                ng-repeat="client in clients  | orderBy:['!add', 'Name' ]  | filter:searchText">
    105                             <input type="checkbox"
     104                                   'background-color':client.add === true ? 'green' : '',
     105                               'color':client.ParentResourceId != null ? 'lightgray' : ''}"
     106                               ng-repeat="client in clients  | orderBy:['!add', 'Name']  | filter:searchText">
     107                            <input
     108                                  type="checkbox"
    106109                                   name="addres"
    107110                                   value="{{client.Id}}"
     
    110113                    </div>
    111114                </div>
    112                 <input style="display:none"
     115                <input style="display:none;"
    113116                       type="text"
    114117                       id="groupid"
     
    163166                  class="row panel-heading"
    164167                  style="padding:10px;">
    165                 <table class="table" style="margin-bottom:0px">
     168                <table class="table" style="margin-bottom:0;">
    166169                    <tbody>
    167170                        <tr>
     
    186189                            <td>
    187190
    188                                 <input style="display:none" type="text" id="inpid" name="inpid" value="{{treeview.currentNode.Id}}" />
     191                                <input style="display:none;" type="text" id="inpid" name="inpid" value="{{treeview.currentNode.Id}}" />
    189192                                <input type="checkbox" ng-model="checkDel" /> I want to delete this group
    190193                            </td>
     
    225228                  class="row"
    226229                  style="padding:10px;">
    227                 <input style="display:none" type="text" id="inpid" name="inpid" value="{{treeview.currentNode.Id}}" />
    228 
    229                 <span style="padding:0px" class="col-sm-4">Change group: </span>
     230                <input style="display:none;" type="text" id="inpid" name="inpid" value="{{treeview.currentNode.Id}}" />
     231
     232                <span style="padding:0;" class="col-sm-4">Change group: </span>
    230233
    231234                <select class="form-control col-sm-5"
     
    258261                 ui-calendar="uiConfig.calendar"
    259262                 id="resourcecalendar"
    260                  style="font-size:medium"
     263                 style="font-size:medium;"
    261264                 class="span8 calendar"
    262265                 ng-model="currentcal.down"></div>
     
    304307                    <td>
    305308                        <input type="checkbox" class="checkbox" ng-model="currentcal.down[0][selectedEventId].rec.recurrence" ng-change="setChanged(selectedEventId)" />
    306                         <p ng-if="currentcal.down[0][selectedEventId].changed && currentcal.down[0][selectedEventId].rec.recurrence" style="color:darkred;font-weight:bold">
     309                        <p ng-if="currentcal.down[0][selectedEventId].changed && currentcal.down[0][selectedEventId].rec.recurrence" style="color:darkred; font-weight:bold;">
    307310                            The recurrence itself will be made during saving, settings can be changed here.
    308311                        </p>
Note: See TracChangeset for help on using the changeset viewer.