mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 14:35:45 +01:00
Correct tooltip classNames for bulma-tooltip version 3.0.0
This commit is contained in:
@@ -15,9 +15,9 @@ class Tooltip extends React.Component<Props> {
|
|||||||
|
|
||||||
render() {
|
render() {
|
||||||
const { className, message, location, children } = this.props;
|
const { className, message, location, children } = this.props;
|
||||||
const multiline = message.length > 60 ? "is-tooltip-multiline" : "";
|
const multiline = message.length > 60 ? "has-tooltip-multiline" : "";
|
||||||
return (
|
return (
|
||||||
<span className={classNames("tooltip", "is-tooltip-" + location, multiline, className)} data-tooltip={message}>
|
<span className={classNames("tooltip", "has-tooltip-" + location, multiline, className)} data-tooltip={message}>
|
||||||
{children}
|
{children}
|
||||||
</span>
|
</span>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -627,7 +627,7 @@
|
|||||||
<div class="field">
|
<div class="field">
|
||||||
<label class="label">
|
<label class="label">
|
||||||
Realm Description
|
Realm Description
|
||||||
<span class="tooltip is-tooltip-right t-tooltip-0-1-10" data-tooltip="Enter authentication realm description"><i class="fa fa-question-circle has-text-info t-textinfo-0-1-11"> </i></span>
|
<span class="tooltip has-tooltip-right t-tooltip-0-1-10" data-tooltip="Enter authentication realm description"><i class="fa fa-question-circle has-text-info t-textinfo-0-1-11"> </i></span>
|
||||||
</label>
|
</label>
|
||||||
<div class="control">
|
<div class="control">
|
||||||
<input class="input" type="text" placeholder="" value="SONIA :: SCM Manager">
|
<input class="input" type="text" placeholder="" value="SONIA :: SCM Manager">
|
||||||
@@ -638,7 +638,7 @@
|
|||||||
<div class="field">
|
<div class="field">
|
||||||
<label class="label">
|
<label class="label">
|
||||||
Date Format
|
Date Format
|
||||||
<span class="tooltip is-tooltip-right is-tooltip-multiline t-tooltip-0-1-10" data-tooltip="Moments date format. Please have a look at the momentjs documentation."><i class="fa fa-question-circle has-text-info t-textinfo-0-1-11"> </i></span>
|
<span class="tooltip has-tooltip-right has-tooltip-multiline t-tooltip-0-1-10" data-tooltip="Moments date format. Please have a look at the momentjs documentation."><i class="fa fa-question-circle has-text-info t-textinfo-0-1-11"> </i></span>
|
||||||
</label>
|
</label>
|
||||||
<div class="control">
|
<div class="control">
|
||||||
<input class="input" type="text" placeholder="" value="YYYY-MM-DD HH:mm:ss">
|
<input class="input" type="text" placeholder="" value="YYYY-MM-DD HH:mm:ss">
|
||||||
@@ -651,7 +651,7 @@
|
|||||||
<div class="field">
|
<div class="field">
|
||||||
<label class="label">
|
<label class="label">
|
||||||
Plugin URL
|
Plugin URL
|
||||||
<span class="tooltip is-tooltip-right is-tooltip-multiline t-tooltip-0-1-10" data-tooltip="The url of the plugin repository. Explanation of the placeholders: version = SCM-Manager Version; os = Operation System; arch = Architecture"><i class="fa fa-question-circle has-text-info t-textinfo-0-1-11"> </i></span>
|
<span class="tooltip has-tooltip-right has-tooltip-multiline t-tooltip-0-1-10" data-tooltip="The url of the plugin repository. Explanation of the placeholders: version = SCM-Manager Version; os = Operation System; arch = Architecture"><i class="fa fa-question-circle has-text-info t-textinfo-0-1-11"> </i></span>
|
||||||
</label>
|
</label>
|
||||||
<div class="control">
|
<div class="control">
|
||||||
<input class="input" type="text" placeholder="" value="http://plugins.scm-manager.org/scm-plugin-backend/api/{version}/plugins?os={os}&arch={arch}&snapshot=false">
|
<input class="input" type="text" placeholder="" value="http://plugins.scm-manager.org/scm-plugin-backend/api/{version}/plugins?os={os}&arch={arch}&snapshot=false">
|
||||||
@@ -662,7 +662,7 @@
|
|||||||
<div class="field">
|
<div class="field">
|
||||||
<label class="label">
|
<label class="label">
|
||||||
Default Namespace Strategy
|
Default Namespace Strategy
|
||||||
<span class="tooltip is-tooltip-right t-tooltip-0-1-10" data-tooltip="The default namespace strategy"><i class="fa fa-question-circle has-text-info t-textinfo-0-1-11"> </i></span>
|
<span class="tooltip has-tooltip-right t-tooltip-0-1-10" data-tooltip="The default namespace strategy"><i class="fa fa-question-circle has-text-info t-textinfo-0-1-11"> </i></span>
|
||||||
</label>
|
</label>
|
||||||
<div class="control">
|
<div class="control">
|
||||||
<input class="input" type="text" placeholder="" value="sonia.scm.repository.DefaultNamespaceStrategy">
|
<input class="input" type="text" placeholder="" value="sonia.scm.repository.DefaultNamespaceStrategy">
|
||||||
@@ -677,7 +677,7 @@
|
|||||||
<label class="checkbox">
|
<label class="checkbox">
|
||||||
<input type="checkbox" checked="">
|
<input type="checkbox" checked="">
|
||||||
Enabled XSRF Protection
|
Enabled XSRF Protection
|
||||||
<span class="tooltip is-tooltip-right is-tooltip-multiline t-tooltip-0-1-10" data-tooltip="Enable Xsrf Cookie Protection. Note: This feature is still experimental."><i class="fa fa-question-circle has-text-info t-textinfo-0-1-11"> </i></span>
|
<span class="tooltip has-tooltip-right has-tooltip-multiline t-tooltip-0-1-10" data-tooltip="Enable Xsrf Cookie Protection. Note: This feature is still experimental."><i class="fa fa-question-circle has-text-info t-textinfo-0-1-11"> </i></span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -688,7 +688,7 @@
|
|||||||
<label class="checkbox">
|
<label class="checkbox">
|
||||||
<input type="checkbox">
|
<input type="checkbox">
|
||||||
Enable Repository Archive
|
Enable Repository Archive
|
||||||
<span class="tooltip is-tooltip-right is-tooltip-multiline t-tooltip-0-1-10" data-tooltip="Enable repository archives. A complete page reload is required after a change of this value."><i class="fa fa-question-circle has-text-info t-textinfo-0-1-11"> </i></span>
|
<span class="tooltip has-tooltip-right has-tooltip-multiline t-tooltip-0-1-10" data-tooltip="Enable repository archives. A complete page reload is required after a change of this value."><i class="fa fa-question-circle has-text-info t-textinfo-0-1-11"> </i></span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -701,7 +701,7 @@
|
|||||||
<label class="checkbox">
|
<label class="checkbox">
|
||||||
<input type="checkbox">
|
<input type="checkbox">
|
||||||
Disable Grouping Grid
|
Disable Grouping Grid
|
||||||
<span class="tooltip is-tooltip-right is-tooltip-multiline t-tooltip-0-1-10" data-tooltip="Disable repository Groups. A complete page reload is required after a change of this value."><i class="fa fa-question-circle has-text-info t-textinfo-0-1-11"> </i></span>
|
<span class="tooltip has-tooltip-right has-tooltip-multiline t-tooltip-0-1-10" data-tooltip="Disable repository Groups. A complete page reload is required after a change of this value."><i class="fa fa-question-circle has-text-info t-textinfo-0-1-11"> </i></span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -712,7 +712,7 @@
|
|||||||
<label class="checkbox">
|
<label class="checkbox">
|
||||||
<input type="checkbox">
|
<input type="checkbox">
|
||||||
Anonymous Access Enabled
|
Anonymous Access Enabled
|
||||||
<span class="tooltip is-tooltip-right t-tooltip-0-1-10" data-tooltip="Anonymous users have read access on public repositories."><i class="fa fa-question-circle has-text-info t-textinfo-0-1-11"> </i></span>
|
<span class="tooltip has-tooltip-right t-tooltip-0-1-10" data-tooltip="Anonymous users have read access on public repositories."><i class="fa fa-question-circle has-text-info t-textinfo-0-1-11"> </i></span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -725,7 +725,7 @@
|
|||||||
<label class="checkbox">
|
<label class="checkbox">
|
||||||
<input type="checkbox">
|
<input type="checkbox">
|
||||||
Skip Failed Authenticators
|
Skip Failed Authenticators
|
||||||
<span class="tooltip is-tooltip-right is-tooltip-multiline t-tooltip-0-1-10" data-tooltip="Do not stop the authentication chain, if an authenticator finds the user but fails to authenticate the user."><i class="fa fa-question-circle has-text-info t-textinfo-0-1-11"> </i></span>
|
<span class="tooltip has-tooltip-right has-tooltip-multiline t-tooltip-0-1-10" data-tooltip="Do not stop the authentication chain, if an authenticator finds the user but fails to authenticate the user."><i class="fa fa-question-circle has-text-info t-textinfo-0-1-11"> </i></span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -36,13 +36,13 @@
|
|||||||
<th>Original name</th>
|
<th>Original name</th>
|
||||||
<th>Type</th>
|
<th>Type</th>
|
||||||
<th>New namespace
|
<th>New namespace
|
||||||
<span class="tooltip is-tooltip-right is-tooltip-multiline t-tooltip-0-1-38" data-tooltip="The namespace of the repository. This will be part op the url. The new namespace must consist of letters, digits, dots, dashes and underscores (it must not start with a dash or a underscore)."><i class="fa fa-question-circle has-text-info t-textinfo-0-1-10"></i></span>
|
<span class="tooltip has-tooltip-right has-tooltip-multiline t-tooltip-0-1-38" data-tooltip="The namespace of the repository. This will be part op the url. The new namespace must consist of letters, digits, dots, dashes and underscores (it must not start with a dash or a underscore)."><i class="fa fa-question-circle has-text-info t-textinfo-0-1-10"></i></span>
|
||||||
</th>
|
</th>
|
||||||
<th>New name
|
<th>New name
|
||||||
<span class="tooltip is-tooltip-right is-tooltip-multiline t-tooltip-0-1-38" data-tooltip="The name of the repository. This will be part op the url. The new name must consist of letters, digits, dots, dashes and underscores (it must not start with a dash or a underscore)."><i class="fa fa-question-circle has-text-info t-textinfo-0-1-10"></i></span>
|
<span class="tooltip has-tooltip-right has-tooltip-multiline t-tooltip-0-1-38" data-tooltip="The name of the repository. This will be part op the url. The new name must consist of letters, digits, dots, dashes and underscores (it must not start with a dash or a underscore)."><i class="fa fa-question-circle has-text-info t-textinfo-0-1-10"></i></span>
|
||||||
</th>
|
</th>
|
||||||
<th>Strategy
|
<th>Strategy
|
||||||
<span class="tooltip is-tooltip-right is-tooltip-multiline t-tooltip-0-1-38" data-tooltip="The strategy used to migrate the data directory of the repository. See above for the means of the different strategies."><i class="fa fa-question-circle has-text-info t-textinfo-0-1-10"></i></span>
|
<span class="tooltip has-tooltip-right has-tooltip-multiline t-tooltip-0-1-38" data-tooltip="The strategy used to migrate the data directory of the repository. See above for the means of the different strategies."><i class="fa fa-question-circle has-text-info t-textinfo-0-1-10"></i></span>
|
||||||
<br>Change all:
|
<br>Change all:
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<div class="control select">
|
<div class="control select">
|
||||||
|
|||||||
Reference in New Issue
Block a user