foreman_host_reports 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9695286b83e23f261081f2cf90295bf1eee04ac44d34008873ab108bb8293bc6
|
4
|
+
data.tar.gz: 6db378669511e31557bfd2f846b3cbd3dbe20e2bf10c81a1682ee6d8fe469578
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a504fa405d02d5b2a5f65530e818e1ba41aaa94aefaf1df199aa7cc0c494c4fe83f49702951a2f253ca442c761e99e109875b6d3aa8ba743cd622b60d8d7b88
|
7
|
+
data.tar.gz: de05ed9c8babe9e6b687db9db1a5052b621cee8dd1757e6013fc2f196181bed4ffed070b7bee2cfd727f49e5ceeda8372aa7a01b6f411d5891269652e8e58649
|
data/webpack/src/Router/HostReports/ShowPage/Components/ReportLogs/Components/EmptyLogsRow.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import PropTypes from 'prop-types';
|
3
|
-
import SearchIcon from '@patternfly/react-icons
|
3
|
+
import { SearchIcon } from '@patternfly/react-icons';
|
4
4
|
|
5
5
|
import DefaultEmptyState from 'foremanReact/components/common/EmptyState';
|
6
6
|
import { translate as __ } from 'foremanReact/common/I18n';
|
@@ -13,7 +13,7 @@ import {
|
|
13
13
|
ToolbarGroup,
|
14
14
|
ToolbarItem,
|
15
15
|
} from '@patternfly/react-core';
|
16
|
-
import FilterIcon from '@patternfly/react-icons
|
16
|
+
import { FilterIcon } from '@patternfly/react-icons';
|
17
17
|
|
18
18
|
import ReportLogs from '../ReportLogs';
|
19
19
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_host_reports
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lukas Zapletal
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-02-
|
11
|
+
date: 2022-02-22 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Fast and efficient reporting capabilities
|
14
14
|
email:
|