mpre ui fixes
This commit is contained in:
@@ -12,7 +12,7 @@ export const titleColumn = {
|
||||
|
||||
export const keywordColumn = {
|
||||
key: 'keyword',
|
||||
label: 'Search Term',
|
||||
label: 'Keyword',
|
||||
sortable: true,
|
||||
width: 'auto',
|
||||
};
|
||||
@@ -27,7 +27,7 @@ export const statusColumn = {
|
||||
|
||||
export const volumeColumn = {
|
||||
key: 'volume',
|
||||
label: 'Monthly Searches',
|
||||
label: 'Volume',
|
||||
sortable: true,
|
||||
numeric: true,
|
||||
width: '100px',
|
||||
@@ -35,7 +35,7 @@ export const volumeColumn = {
|
||||
|
||||
export const difficultyColumn = {
|
||||
key: 'difficulty',
|
||||
label: 'Competition Level',
|
||||
label: 'Difficulty',
|
||||
sortable: true,
|
||||
badge: true,
|
||||
width: '120px',
|
||||
@@ -43,7 +43,7 @@ export const difficultyColumn = {
|
||||
|
||||
export const countryColumn = {
|
||||
key: 'country',
|
||||
label: 'Target Location',
|
||||
label: 'Country',
|
||||
sortable: true,
|
||||
badge: true,
|
||||
width: '120px',
|
||||
@@ -51,7 +51,7 @@ export const countryColumn = {
|
||||
|
||||
export const clusterColumn = {
|
||||
key: 'cluster',
|
||||
label: 'Topic Group',
|
||||
label: 'Cluster',
|
||||
sortable: true,
|
||||
width: '200px',
|
||||
};
|
||||
@@ -66,7 +66,7 @@ export const createdColumn = {
|
||||
|
||||
export const updatedColumn = {
|
||||
key: 'updated_at',
|
||||
label: 'Updated',
|
||||
label: 'Modified',
|
||||
sortable: true,
|
||||
date: true,
|
||||
width: '150px',
|
||||
@@ -82,7 +82,7 @@ export const actionsColumn = {
|
||||
|
||||
export const wordCountColumn = {
|
||||
key: 'word_count',
|
||||
label: 'Word Count',
|
||||
label: 'Words',
|
||||
sortable: true,
|
||||
numeric: true,
|
||||
width: '120px',
|
||||
@@ -90,7 +90,7 @@ export const wordCountColumn = {
|
||||
|
||||
export const sectorColumn = {
|
||||
key: 'sector_name',
|
||||
label: 'Topic Area',
|
||||
label: 'Sector',
|
||||
sortable: false,
|
||||
width: '150px',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user