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:
David Baker 2016-04-12 13:18:57 +01:00
parent 46572ae793
commit cff1c3010b
2 changed files with 42 additions and 1 deletions

View file

@ -60,3 +60,8 @@ limitations under the License.
cursor: pointer;
color: #76cfa6;
}
.mx_UserSettings_devicesTable td {
padding-left: 20px;
padding-right: 20px;
}