Get & display pushers in settings
Really this is so (in a subsequent PR) we can show whether a user has an email pusher, but we can basically display the list of pushers for free, so adding this too.
This commit is contained in:
parent
46572ae793
commit
cff1c3010b
2 changed files with 42 additions and 1 deletions
|
@ -60,3 +60,8 @@ limitations under the License.
|
|||
cursor: pointer;
|
||||
color: #76cfa6;
|
||||
}
|
||||
|
||||
.mx_UserSettings_devicesTable td {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue