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
<spanclass="info-tooltip"data-balloon="Manages the trust list which all users will inherit for their default trust settings. Trust is important to prevent scamming when there are forums for selling goods and services"data-balloon-pos="down"data-balloon-length="large"data-balloon-break><iclass="fa fa-info-circle"></i></span>
<!-- <autocomplete-user-id admin="admin" user-id="vm.userToTrust.user_id_trusted" username="vm.userToTrust.username_trusted" input-placeholder="Type username to add to trust/untrust list"></autocomplete-user-id>
10
10
-->
11
-
<divclass="trust-section">
12
-
<divclass="half-column">
13
-
<buttonclass="fill-row"@click="addToTrustList()":disabled="trustedUserExists()">Add to Trusted Users</button>
14
-
</div>
15
-
<divclass="half-column">
16
-
<buttonclass="fill-row"@click="addToUntrustList()":disabled="untrustedUserExists()">Add to Untrusted Users</button>
17
-
</div>
11
+
<divclass="trust-section split-column">
12
+
<buttonclass="fill-row"@click="addToTrustList()":disabled="trustedUserExists()">Add to Trusted Users</button>
13
+
<buttonclass="fill-row"@click="addToUntrustList()":disabled="untrustedUserExists()">Add to Untrusted Users</button>
18
14
</div>
19
-
<divclass="trust-section">
20
-
<divclass="half-column">
15
+
<divclass="trust-section split-column">
16
+
<div>
21
17
<h5class="inline-block">Trusted Users
22
18
<spanclass="info-tooltip"data-balloon="Users that you believe are trusted members to deal with"data-balloon-pos="down"data-balloon-length="large"data-balloon-break><iclass="fa fa-info-circle"></i></span>
<option:value="user.username_trusted"v-for="user in trustList":key="user.username_trusted">
23
+
<option:value="user"v-for="user in trustListReactive":key="user.username_trusted">
28
24
{{ user.username_trusted }}
29
25
</option>
30
26
</select>
31
-
<!-- <select ng-options="u.username_trusted for u in vm.trustList track by u.username_trusted" ng-model="vm.selectedTrustedUsers" multiple="multiple">
32
-
</select> -->
33
27
</div>
34
-
<divclass="half-column">
28
+
<div>
35
29
<h5class="inline-block">Untrusted Users
36
30
<spanclass="info-tooltip"data-balloon="Users that are known or are suspected scammers"data-balloon-pos="down"data-balloon-length="large"data-balloon-break><iclass="fa fa-info-circle"></i></span>
0 commit comments