mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Merge branch 'fix-action-column-should-align-to-right-in-integrations' into 'master'
right aligned ACTIONS column in webhhoks, ms teams and slack team lists See merge request fyipe-project/app!1252
This commit is contained in:
@@ -79,7 +79,7 @@ class MSTeamsItem extends React.Component {
|
||||
</td>
|
||||
)}
|
||||
|
||||
<td className="Table-cell Table-cell--align--left Table-cell--verticalAlign--top Table-cell--width--minimized Table-cell--wrap--noWrap db-ListViewItem-cell">
|
||||
<td className="Table-cell Table-cell--align--right Table-cell--verticalAlign--top Table-cell--width--minimized Table-cell--wrap--noWrap db-ListViewItem-cell">
|
||||
<div
|
||||
className="db-ListViewItem-cellContent Box-root Padding-all--12 Flex-alignContent--flexEnd"
|
||||
style={{ marginLeft: '-5px' }}
|
||||
|
||||
@@ -116,7 +116,10 @@ class MSTeamsList extends React.Component {
|
||||
{!monitorId && (
|
||||
<WebHookTableHeader text="Monitors" />
|
||||
)}
|
||||
<WebHookTableHeader text="Action" />
|
||||
<WebHookTableHeader
|
||||
text="Action"
|
||||
name="webhooklist"
|
||||
/>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody className="Table-body">
|
||||
|
||||
@@ -77,7 +77,7 @@ class SlackItem extends React.Component {
|
||||
</td>
|
||||
)}
|
||||
|
||||
<td className="Table-cell Table-cell--verticalAlign--top Table-cell--width--minimized Table-cell--wrap--noWrap db-ListViewItem-cell">
|
||||
<td className="Table-cell Table-cell--align--right Table-cell--verticalAlign--top Table-cell--width--minimized Table-cell--wrap--noWrap db-ListViewItem-cell">
|
||||
<div
|
||||
className="db-ListViewItem-cellContent Box-root Padding-all--12 Flex-alignContent--flexEnd"
|
||||
style={{ marginLeft: '-5px' }}
|
||||
|
||||
@@ -112,7 +112,10 @@ class SlackList extends React.Component {
|
||||
{!monitorId && (
|
||||
<WebHookTableHeader text="Monitors" />
|
||||
)}
|
||||
<WebHookTableHeader text="Action" />
|
||||
<WebHookTableHeader
|
||||
text="Action"
|
||||
name="webhooklist"
|
||||
/>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody className="Table-body">
|
||||
|
||||
@@ -53,7 +53,7 @@ class WebHookInput extends React.Component {
|
||||
primary={endpointType === 'post'}
|
||||
/>
|
||||
|
||||
<td className="Table-cell Table-cell--align--left Table-cell--verticalAlign--top Table-cell--width--minimized Table-cell--wrap--noWrap db-ListViewItem-cell">
|
||||
<td className="Table-cell Table-cell--align--right Table-cell--verticalAlign--top Table-cell--width--minimized Table-cell--wrap--noWrap db-ListViewItem-cell">
|
||||
<div
|
||||
className="db-ListViewItem-cellContent Box-root Padding-all--12 Flex-alignContent--flexEnd"
|
||||
style={{ marginLeft: '-5px' }}
|
||||
|
||||
Reference in New Issue
Block a user