|
@@ -171,7 +171,7 @@ class ImportDataPage extends React.Component {
|
|
|
</tbody>
|
|
</tbody>
|
|
|
</table>
|
|
</table>
|
|
|
|
|
|
|
|
- <div className="well well-sm mb-0 small">
|
|
|
|
|
|
|
+ <div className="card card-well mb-0 small">
|
|
|
<ul>
|
|
<ul>
|
|
|
<li>{ t('importer_management.page_skip') }</li>
|
|
<li>{ t('importer_management.page_skip') }</li>
|
|
|
</ul>
|
|
</ul>
|
|
@@ -201,7 +201,7 @@ class ImportDataPage extends React.Component {
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div className="form-group">
|
|
<div className="form-group">
|
|
|
- <div className="col-xs-offset-3 col-xs-6">
|
|
|
|
|
|
|
+ <div className="offset-3 col-xs-6">
|
|
|
<input
|
|
<input
|
|
|
id="testConnectionToEsa"
|
|
id="testConnectionToEsa"
|
|
|
type="button"
|
|
type="button"
|
|
@@ -210,13 +210,13 @@ class ImportDataPage extends React.Component {
|
|
|
onClick={this.esaHandleSubmit}
|
|
onClick={this.esaHandleSubmit}
|
|
|
value={t('importer_management.import')}
|
|
value={t('importer_management.import')}
|
|
|
/>
|
|
/>
|
|
|
- <input type="button" className="btn btn-secondary" onClick={this.esaHandleSubmitUpdate} value={t('Update')} />
|
|
|
|
|
- <span className="col-xs-offset-1">
|
|
|
|
|
|
|
+ <input type="button" className="btn" onClick={this.esaHandleSubmitUpdate} value={t('Update')} />
|
|
|
|
|
+ <span className="offset-1">
|
|
|
<input
|
|
<input
|
|
|
name="Esa"
|
|
name="Esa"
|
|
|
type="button"
|
|
type="button"
|
|
|
id="importFromEsa"
|
|
id="importFromEsa"
|
|
|
- className="btn btn-default btn-esa"
|
|
|
|
|
|
|
+ className="btn page-link text-dark d-inline-block btn-esa"
|
|
|
onClick={this.esaHandleSubmitTest}
|
|
onClick={this.esaHandleSubmitTest}
|
|
|
value={t('importer_management.esa_settings.test_connection')}
|
|
value={t('importer_management.esa_settings.test_connection')}
|
|
|
/>
|
|
/>
|
|
@@ -265,7 +265,7 @@ class ImportDataPage extends React.Component {
|
|
|
</tr>
|
|
</tr>
|
|
|
</tbody>
|
|
</tbody>
|
|
|
</table>
|
|
</table>
|
|
|
- <div className="well well-sm mb-0 small">
|
|
|
|
|
|
|
+ <div className="card card-well mb-0 small">
|
|
|
<ul>
|
|
<ul>
|
|
|
<li>{ t('importer_management.page_skip') }</li>
|
|
<li>{ t('importer_management.page_skip') }</li>
|
|
|
</ul>
|
|
</ul>
|
|
@@ -294,7 +294,7 @@ class ImportDataPage extends React.Component {
|
|
|
|
|
|
|
|
|
|
|
|
|
<div className="form-group">
|
|
<div className="form-group">
|
|
|
- <div className="col-xs-offset-3 col-xs-6">
|
|
|
|
|
|
|
+ <div className="offset-3 col-xs-6">
|
|
|
<input
|
|
<input
|
|
|
id="testConnectionToQiita"
|
|
id="testConnectionToQiita"
|
|
|
type="button"
|
|
type="button"
|
|
@@ -303,13 +303,13 @@ class ImportDataPage extends React.Component {
|
|
|
onClick={this.qiitaHandleSubmit}
|
|
onClick={this.qiitaHandleSubmit}
|
|
|
value={t('importer_management.import')}
|
|
value={t('importer_management.import')}
|
|
|
/>
|
|
/>
|
|
|
- <input type="button" className="btn btn-secondary" onClick={this.qiitaHandleSubmitUpdate} value={t('Update')} />
|
|
|
|
|
- <span className="col-xs-offset-1">
|
|
|
|
|
|
|
+ <input type="button" className="btn" onClick={this.qiitaHandleSubmitUpdate} value={t('Update')} />
|
|
|
|
|
+ <span className="offset-1">
|
|
|
<input
|
|
<input
|
|
|
name="Qiita"
|
|
name="Qiita"
|
|
|
type="button"
|
|
type="button"
|
|
|
id="importFromQiita"
|
|
id="importFromQiita"
|
|
|
- className="btn btn-default btn-qiita"
|
|
|
|
|
|
|
+ className="btn page-link text-dark d-inline-block btn-qiita"
|
|
|
onClick={this.qiitaHandleSubmitTest}
|
|
onClick={this.qiitaHandleSubmitTest}
|
|
|
value={t('importer_management.qiita_settings.test_connection')}
|
|
value={t('importer_management.qiita_settings.test_connection')}
|
|
|
/>
|
|
/>
|