Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GGCE
GGCE Web
Commits
41525e2c
Commit
41525e2c
authored
Apr 28, 2022
by
Maksym Tishchenko
Browse files
Taxonomy: Remove FAB +
parent
fede45a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
workspaces/ui-express/src/taxonomy/ui/TaxonomyGenusBrowsePage.tsx
View file @
41525e2c
...
...
@@ -10,7 +10,6 @@ import { TaxonomyFamily, TaxonomyGenus } from '@gringlobal-ce/client/model/gring
// Ui
import
ContentHeader
from
'
@gringlobal-ce/client/ui/common/heading/ContentHeader
'
;
import
Table
,
{
TextAlign
,
Renderers
}
from
'
@gringlobal-ce/client/ui/common/table/Table
'
;
import
AddNewButton
from
'
@gringlobal-ce/client/ui/common/button/AddNewButton
'
;
import
withBrowsePageBase
,
{
WithBrowsePage
}
from
'
ui/common/withBrowsePageBase
'
;
import
Filters
from
'
taxonomy/ui/c/TaxonomyGenusFilters
'
;
import
{
CooperatorOwnedTableConfiguration
as
TableConfiguration
}
from
'
@gringlobal-ce/client/ui/common/table/TableConfiguration
'
;
...
...
@@ -106,7 +105,6 @@ class BrowsePage extends React.Component<PropsFromRedux & WithTranslation & With
sort
=
{
data
&&
data
.
sort
}
onSortChange
=
{
onSortChange
}
/>
<
AddNewButton
/>
</>
);
}
...
...
workspaces/ui-express/src/taxonomy/ui/TaxonomySpeciesBrowsePage.tsx
View file @
41525e2c
...
...
@@ -10,7 +10,6 @@ import { TaxonomySpecies, TaxonomyGenus } from '@gringlobal-ce/client/model/grin
// Ui
import
ContentHeader
from
'
@gringlobal-ce/client/ui/common/heading/ContentHeader
'
;
import
Table
,
{
TextAlign
,
Renderers
}
from
'
@gringlobal-ce/client/ui/common/table/Table
'
;
import
AddNewButton
from
'
@gringlobal-ce/client/ui/common/button/AddNewButton
'
;
import
{
PrintSpecies
}
from
'
common/Taxonomy
'
;
import
withBrowsePageBase
,
{
WithBrowsePage
}
from
'
ui/common/withBrowsePageBase
'
;
...
...
@@ -116,7 +115,6 @@ class BrowsePage extends React.Component<PropsFromRedux & WithTranslation & With
sort
=
{
data
&&
data
.
sort
}
onSortChange
=
{
onSortChange
}
/>
<
AddNewButton
/>
</>
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment