Add a new icon to represent non-primary key

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2016-05-26 09:52:33 +10:00
parent de030c88ce
commit 865cdc39ce
3 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ $rownum = 0; $odd_row = true; ?>
}
if (in_array($field_name, $columns_with_index)) {
$displayed_field_name .= Util::getImage(
'bd_primary.png', __('Index')
'b_key.png', __('Index')
);
}
?>

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 B