parent
d716021dcc
commit
fdfc3b03d7
@ -0,0 +1,27 @@ |
||||
li.chatops-message { |
||||
background-color: #f8f8f8; |
||||
} |
||||
|
||||
.message .thumb .avatar { |
||||
margin-top: -15px !important; |
||||
} |
||||
|
||||
.chatops-message div.body { |
||||
font-size: 12px; |
||||
font-weight: bold; |
||||
color: #7a7a7a; |
||||
} |
||||
|
||||
li.chatops-message.sequential { |
||||
margin-top: -5px !important; |
||||
} |
||||
|
||||
.octicon.file { |
||||
font: normal normal normal 24px/1 octicons; |
||||
} |
||||
|
||||
.github-tagline { |
||||
padding-top: 3px; |
||||
font-weight: 200; |
||||
color: white; |
||||
} |
@ -1,2 +1,3 @@ |
||||
Meteor.startup -> |
||||
RocketChat.settings.add 'Chatops_Enabled', false, { type: 'boolean', group: 'General', public: true, i18nLabel: "ChatOps Enabled" } |
||||
RocketChat.settings.add 'Chatops_Username', false, { type: 'string', group: 'General', public: true, i18nLabel: "ChatOps User Name" } |
||||
|
@ -1,6 +1,6 @@ |
||||
|
||||
Meteor.startup -> |
||||
RocketChat.settings.add 'Accounts_OAuth_GitHub_Enterprise', false, {type: 'boolean', group: 'Accounts', section: 'GitHub Enterprise', i18nLabel: 'OAuth Enabled'} |
||||
RocketChat.settings.add 'API_GitHub_Enterprise_URL', '', { type: 'string', group: 'Accounts', public: true, section: 'GitHub Enterprise', i18nLabel: 'Server URL' } |
||||
RocketChat.settings.add 'Accounts_OAuth_GitHub_Enterprise_id', '', { type: 'string', group: 'Accounts', section: 'GitHub Enterprise', i18nLabel: 'Client ID' } |
||||
RocketChat.settings.add 'Accounts_OAuth_GitHub_Enterprise_secret', '', { type: 'string', group: 'Accounts', section: 'GitHub Enterprise', i18nLabel: 'Client Secret' } |
||||
RocketChat.settings.add 'Accounts_OAuth_GitHub_Enterprise', false, {type: 'boolean', group: 'Accounts', section: 'GitHub Enterprise', i18nLabel: 'Accounts_OAuth_GitHub_Enterprise'} |
||||
RocketChat.settings.add 'API_GitHub_Enterprise_URL', '', { type: 'string', group: 'Accounts', public: true, section: 'GitHub Enterprise', i18nLabel: 'API_GitHub_Enterprise_URL' } |
||||
RocketChat.settings.add 'Accounts_OAuth_GitHub_Enterprise_id', '', { type: 'string', group: 'Accounts', section: 'GitHub Enterprise', i18nLabel: 'Accounts_OAuth_GitHub_Enterprise_id' } |
||||
RocketChat.settings.add 'Accounts_OAuth_GitHub_Enterprise_secret', '', { type: 'string', group: 'Accounts', section: 'GitHub Enterprise', i18nLabel: 'Accounts_OAuth_GitHub_Enterprise_secret' } |
||||
|
Loading…
Reference in new issue